Html Css Color HEX #D9AADF Plum

📋 copy color: '#D9AADF'

red 217 ◦ green 170 ◦ blue 223

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

Shades of Plum #D9AADF

Tints of Plum #D9AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 35.57%
G = 27.87%
B = 36.56%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9AADF (or 0xD9AADF) is known color: Plum. HEX triplet: D9, AA and DF. RGB value is (217,170,223). Sum of RGB (Red+Green+Blue) = 217+170+223=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AADF is #265520. Grayscale: #BDBDBD. Windows color (decimal): -2512161 or 14658265. OLE color: 14658265.

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

Color convert

RGB 217 170 223 -
CMYK 0.03 0.24 0 0.13
HSL 293.21º 0.45% 0.77% -
HSV(B) 293.21º 0.24% 0.87% -
XYZ 56.31 48.83 76.27 -
YUV 190.1 146.57 147.19 -
System Red Green Blue C M Y K H S L
Decimal 217 170 223 0.03 0.24 0 0.13 293.21 0.45 0.77
Hex D9 AA DF 3 18 0 D 125 2D 4D
Octal 331 252 337 3 30 0 15 445 55 115
Binary 11011001 10101010 11011111 11 11000 0 1101 100100101 101101 1001101

Color Harmonies of #D9AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AADF

Black with #D9AADF

Text Example


Text Example

White with #D9AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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