Html Css Color HEX #D8A2DB Plum

📋 copy color: '#D8A2DB'

red 216 ◦ green 162 ◦ blue 219

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

Shades of Plum #D8A2DB

Tints of Plum #D8A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.14%

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

R = 36.18%
G = 27.14%
B = 36.68%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8A2DB (or 0xD8A2DB) is known color: Plum. HEX triplet: D8, A2 and DB. RGB value is (216,162,219). Sum of RGB (Red+Green+Blue) = 216+162+219=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2DB is #275D24. Grayscale: #B8B8B8. Windows color (decimal): -2579749 or 14394072. OLE color: 14394072.

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

Color convert

RGB 216 162 219 -
CMYK 0.01 0.26 0 0.14
HSL 296.84º 0.44% 0.75% -
HSV(B) 296.84º 0.26% 0.86% -
XYZ 54.03 45.55 72.96 -
YUV 184.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 216 162 219 0.01 0.26 0 0.14 296.84 0.44 0.75
Hex D8 A2 DB 1 1A 0 E 129 2C 4B
Octal 330 242 333 1 32 0 16 451 54 113
Binary 11011000 10100010 11011011 1 11010 0 1110 100101001 101100 1001011

Color Harmonies of #D8A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A2DB

Black with #D8A2DB

Text Example


Text Example

White with #D8A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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