Html Css Color HEX #D6A6DB Plum

📋 copy color: '#D6A6DB'

red 214 ◦ green 166 ◦ blue 219

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

Shades of Plum #D6A6DB

Tints of Plum #D6A6DB

RGB

 RED value IS 214 (83.98% from 255) = 35.73%

 GREEN value IS 166 (65.23% from 255) = 27.71%

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

R = 35.73%
G = 27.71%
B = 36.56%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6A6DB (or 0xD6A6DB) is known color: Plum. HEX triplet: D6, A6 and DB. RGB value is (214,166,219). Sum of RGB (Red+Green+Blue) = 214+166+219=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 166 (65.23% from 255 or 27.71% 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 #D6A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6DB is #295924. Grayscale: #BABABA. Windows color (decimal): -2709797 or 14395094. OLE color: 14395094.

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

Color convert

RGB 214 166 219 -
CMYK 0.02 0.24 0 0.14
HSL 294.34º 0.42% 0.75% -
HSV(B) 294.34º 0.24% 0.86% -
XYZ 54.15 46.68 73.17 -
YUV 186.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 214 166 219 0.02 0.24 0 0.14 294.34 0.42 0.75
Hex D6 A6 DB 2 18 0 E 126 2A 4B
Octal 326 246 333 2 30 0 16 446 52 113
Binary 11010110 10100110 11011011 10 11000 0 1110 100100110 101010 1001011

Color Harmonies of #D6A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6DB

Black with #D6A6DB

Text Example


Text Example

White with #D6A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6DB; }

 p { color: rgb(214,166,219); }

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

background-color css

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

 a { background-color: rgb(214,166,219); }

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

border-color css

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

 span { border-color: rgb(214,166,219); }

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