Html Css Color HEX #D8A0DB Plum

📋 copy color: '#D8A0DB'

red 216 ◦ green 160 ◦ blue 219

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

Shades of Plum #D8A0DB

Tints of Plum #D8A0DB

RGB

 RED value IS 216 (84.77% from 255) = 36.3%

 GREEN value IS 160 (62.89% from 255) = 26.89%

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

R = 36.3%
G = 26.89%
B = 36.81%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8A0DB (or 0xD8A0DB) is known color: Plum. HEX triplet: D8, A0 and DB. RGB value is (216,160,219). Sum of RGB (Red+Green+Blue) = 216+160+219=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0DB is #275F24. Grayscale: #B7B7B7. Windows color (decimal): -2580261 or 14393560. OLE color: 14393560.

HSL color Cylindrical-coordinate representation of color #D8A0DB: hue angle of 296.95º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8A0DB is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 160 219 -
CMYK 0.01 0.27 0 0.14
HSL 296.95º 0.45% 0.74% -
HSV(B) 296.95º 0.27% 0.86% -
XYZ 53.68 44.86 72.85 -
YUV 183.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 216 160 219 0.01 0.27 0 0.14 296.95 0.45 0.74
Hex D8 A0 DB 1 1B 0 E 129 2D 4A
Octal 330 240 333 1 33 0 16 451 55 112
Binary 11011000 10100000 11011011 1 11011 0 1110 100101001 101101 1001010

Color Harmonies of #D8A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0DB

Black with #D8A0DB

Text Example


Text Example

White with #D8A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0DB; }

 p { color: rgb(216,160,219); }

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

background-color css

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

 a { background-color: rgb(216,160,219); }

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

border-color css

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

 span { border-color: rgb(216,160,219); }

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