Html Css Color HEX #D4A8DB Plum

📋 copy color: '#D4A8DB'

red 212 ◦ green 168 ◦ blue 219

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

Shades of Plum #D4A8DB

Tints of Plum #D4A8DB

RGB

 RED value IS 212 (83.2% from 255) = 35.39%

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

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

R = 35.39%
G = 28.05%
B = 36.56%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4A8DB (or 0xD4A8DB) is known color: Plum. HEX triplet: D4, A8 and DB. RGB value is (212,168,219). Sum of RGB (Red+Green+Blue) = 212+168+219=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8DB is #2B5724. Grayscale: #BABABA. Windows color (decimal): -2840357 or 14395604. OLE color: 14395604.

HSL color Cylindrical-coordinate representation of color #D4A8DB: hue angle of 291.76º 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 #D4A8DB is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 168 219 -
CMYK 0.03 0.23 0 0.14
HSL 291.76º 0.41% 0.76% -
HSV(B) 291.76º 0.23% 0.86% -
XYZ 53.94 47.12 73.27 -
YUV 186.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 212 168 219 0.03 0.23 0 0.14 291.76 0.41 0.76
Hex D4 A8 DB 3 17 0 E 124 29 4C
Octal 324 250 333 3 27 0 16 444 51 114
Binary 11010100 10101000 11011011 11 10111 0 1110 100100100 101001 1001100

Color Harmonies of #D4A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8DB

Black with #D4A8DB

Text Example


Text Example

White with #D4A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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