Html Css Color HEX #D8A6DC Plum

📋 copy color: '#D8A6DC'

red 216 ◦ green 166 ◦ blue 220

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

Shades of Plum #D8A6DC

Tints of Plum #D8A6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 35.88%
G = 27.57%
B = 36.54%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8A6DC (or 0xD8A6DC) is known color: Plum. HEX triplet: D8, A6 and DC. RGB value is (216,166,220). Sum of RGB (Red+Green+Blue) = 216+166+220=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A6DC is #275923. Grayscale: #BABABA. Windows color (decimal): -2578724 or 14460632. OLE color: 14460632.

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

Color convert

RGB 216 166 220 -
CMYK 0.02 0.25 0 0.14
HSL 295.56º 0.44% 0.76% -
HSV(B) 295.56º 0.25% 0.86% -
XYZ 54.87 47.04 73.9 -
YUV 187.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 216 166 220 0.02 0.25 0 0.14 295.56 0.44 0.76
Hex D8 A6 DC 2 19 0 E 128 2C 4C
Octal 330 246 334 2 31 0 16 450 54 114
Binary 11011000 10100110 11011100 10 11001 0 1110 100101000 101100 1001100

Color Harmonies of #D8A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6DC

Black with #D8A6DC

Text Example


Text Example

White with #D8A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6DC; }

 p { color: rgb(216,166,220); }

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

background-color css

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

 a { background-color: rgb(216,166,220); }

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

border-color css

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

 span { border-color: rgb(216,166,220); }

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