Html Css Color HEX #D9A9DE Plum

📋 copy color: '#D9A9DE'

red 217 ◦ green 169 ◦ blue 222

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

Shades of Plum #D9A9DE

Tints of Plum #D9A9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.51%

R = 35.69%
G = 27.8%
B = 36.51%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9A9DE (or 0xD9A9DE) is known color: Plum. HEX triplet: D9, A9 and DE. RGB value is (217,169,222). Sum of RGB (Red+Green+Blue) = 217+169+222=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9A9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9DE is #265621. Grayscale: #BDBDBD. Windows color (decimal): -2512418 or 14592473. OLE color: 14592473.

HSL color Cylindrical-coordinate representation of color #D9A9DE: hue angle of 294.34º 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 #D9A9DE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 169 222 -
CMYK 0.02 0.24 0 0.13
HSL 294.34º 0.45% 0.77% -
HSV(B) 294.34º 0.24% 0.87% -
XYZ 55.99 48.4 75.5 -
YUV 189.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 217 169 222 0.02 0.24 0 0.13 294.34 0.45 0.77
Hex D9 A9 DE 2 18 0 D 126 2D 4D
Octal 331 251 336 2 30 0 15 446 55 115
Binary 11011001 10101001 11011110 10 11000 0 1101 100100110 101101 1001101

Color Harmonies of #D9A9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A9DE

Black with #D9A9DE

Text Example


Text Example

White with #D9A9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A9DE; }

 p { color: rgb(217,169,222); }

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

background-color css

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

 a { background-color: rgb(217,169,222); }

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

border-color css

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

 span { border-color: rgb(217,169,222); }

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