Html Css Color HEX #D9AADD Plum

📋 copy color: '#D9AADD'

red 217 ◦ green 170 ◦ blue 221

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

Shades of Plum #D9AADD

Tints of Plum #D9AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 35.69%
G = 27.96%
B = 36.35%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9AADD (or 0xD9AADD) is known color: Plum. HEX triplet: D9, AA and DD. RGB value is (217,170,221). Sum of RGB (Red+Green+Blue) = 217+170+221=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AADD is #265522. Grayscale: #BDBDBD. Windows color (decimal): -2512163 or 14527193. OLE color: 14527193.

HSL color Cylindrical-coordinate representation of color #D9AADD: hue angle of 295.29º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9AADD is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 170 221 -
CMYK 0.02 0.23 0 0.13
HSL 295.29º 0.43% 0.77% -
HSV(B) 295.29º 0.23% 0.87% -
XYZ 56.04 48.72 74.86 -
YUV 189.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 217 170 221 0.02 0.23 0 0.13 295.29 0.43 0.77
Hex D9 AA DD 2 17 0 D 127 2B 4D
Octal 331 252 335 2 27 0 15 447 53 115
Binary 11011001 10101010 11011101 10 10111 0 1101 100100111 101011 1001101

Color Harmonies of #D9AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AADD

Black with #D9AADD

Text Example


Text Example

White with #D9AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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