Html Css Color HEX #D7A8DB Plum

📋 copy color: '#D7A8DB'

red 215 ◦ green 168 ◦ blue 219

#D7A8DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D7A8DB

Tints of Plum #D7A8DB

RGB

 RED value IS 215 (84.38% from 255) = 35.71%

 GREEN value IS 168 (66.02% from 255) = 27.91%

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 35.71%
G = 27.91%
B = 36.38%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D7A8DB (or 0xD7A8DB) is known color: Plum. HEX triplet: D7, A8 and DB. RGB value is (215,168,219). Sum of RGB (Red+Green+Blue) = 215+168+219=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A8DB is #285724. Grayscale: #BBBBBB. Windows color (decimal): -2643749 or 14395607. OLE color: 14395607.

HSL color Cylindrical-coordinate representation of color #D7A8DB: hue angle of 295.29º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7A8DB is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 168 219 -
CMYK 0.02 0.23 0 0.14
HSL 295.29º 0.41% 0.76% -
HSV(B) 295.29º 0.23% 0.86% -
XYZ 54.81 47.57 73.31 -
YUV 187.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 215 168 219 0.02 0.23 0 0.14 295.29 0.41 0.76
Hex D7 A8 DB 2 17 0 E 127 29 4C
Octal 327 250 333 2 27 0 16 447 51 114
Binary 11010111 10101000 11011011 10 10111 0 1110 100100111 101001 1001100

Color Harmonies of #D7A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A8DB

Black with #D7A8DB

Text Example


Text Example

White with #D7A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A8DB; }

 p { color: rgb(215,168,219); }

 H1.HeaderClassName
 {
   color: #D7A8DB;
 }
 .AnyTagClassName
 {
   color: #D7A8DB;
 }
</style>

background-color css

<style>
 a { background-color: #D7A8DB; }

 a { background-color: rgb(215,168,219); }

 div.DivClassName
 {
   background-color: #D7A8DB;
 }
 .BgClassName
 {
   background-color: #D7A8DB;
 }
</style>

border-color css

<style>
 span { border-color: #D7A8DB; }

 span { border-color: rgb(215,168,219); }

 td.TdClassName
 {
   border-color: #D7A8DB;
 }
 .TagClassName
 {
   border-color: #D7A8DB;
 }
</style>