Html Css Color HEX #D9AADC Plum

📋 copy color: '#D9AADC'

red 217 ◦ green 170 ◦ blue 220

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

Shades of Plum #D9AADC

Tints of Plum #D9AADC

RGB

 RED value IS 217 (85.16% from 255) = 35.75%

 GREEN value IS 170 (66.8% from 255) = 28.01%

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

R = 35.75%
G = 28.01%
B = 36.24%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9AADC (or 0xD9AADC) is known color: Plum. HEX triplet: D9, AA and DC. RGB value is (217,170,220). Sum of RGB (Red+Green+Blue) = 217+170+220=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AADC is #265523. Grayscale: #BDBDBD. Windows color (decimal): -2512164 or 14461657. OLE color: 14461657.

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

Color convert

RGB 217 170 220 -
CMYK 0.01 0.23 0 0.14
HSL 296.4º 0.42% 0.76% -
HSV(B) 296.4º 0.23% 0.86% -
XYZ 55.91 48.67 74.16 -
YUV 189.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 217 170 220 0.01 0.23 0 0.14 296.4 0.42 0.76
Hex D9 AA DC 1 17 0 E 128 2A 4C
Octal 331 252 334 1 27 0 16 450 52 114
Binary 11011001 10101010 11011100 1 10111 0 1110 100101000 101010 1001100

Color Harmonies of #D9AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AADC

Black with #D9AADC

Text Example


Text Example

White with #D9AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AADC; }

 p { color: rgb(217,170,220); }

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

background-color css

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

 a { background-color: rgb(217,170,220); }

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

border-color css

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

 span { border-color: rgb(217,170,220); }

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