Html Css Color HEX #D8A9DC Plum

📋 copy color: '#D8A9DC'

red 216 ◦ green 169 ◦ blue 220

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

Shades of Plum #D8A9DC

Tints of Plum #D8A9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.93%

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

R = 35.7%
G = 27.93%
B = 36.36%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8A9DC (or 0xD8A9DC) is known color: Plum. HEX triplet: D8, A9 and DC. RGB value is (216,169,220). Sum of RGB (Red+Green+Blue) = 216+169+220=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9DC is #275623. Grayscale: #BCBCBC. Windows color (decimal): -2577956 or 14461400. OLE color: 14461400.

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

Color convert

RGB 216 169 220 -
CMYK 0.02 0.23 0 0.14
HSL 295.29º 0.42% 0.76% -
HSV(B) 295.29º 0.23% 0.86% -
XYZ 55.43 48.14 74.08 -
YUV 188.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 216 169 220 0.02 0.23 0 0.14 295.29 0.42 0.76
Hex D8 A9 DC 2 17 0 E 127 2A 4C
Octal 330 251 334 2 27 0 16 447 52 114
Binary 11011000 10101001 11011100 10 10111 0 1110 100100111 101010 1001100

Color Harmonies of #D8A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A9DC

Black with #D8A9DC

Text Example


Text Example

White with #D8A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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