Html Css Color HEX #D9AFDE Plum

📋 copy color: '#D9AFDE'

red 217 ◦ green 175 ◦ blue 222

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

Shades of Plum #D9AFDE

Tints of Plum #D9AFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.5%

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

R = 35.34%
G = 28.5%
B = 36.16%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9AFDE (or 0xD9AFDE) is known color: Plum. HEX triplet: D9, AF and DE. RGB value is (217,175,222). Sum of RGB (Red+Green+Blue) = 217+175+222=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFDE is #265021. Grayscale: #C0C0C0. Windows color (decimal): -2510882 or 14594009. OLE color: 14594009.

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

Color convert

RGB 217 175 222 -
CMYK 0.02 0.21 0 0.13
HSL 293.62º 0.42% 0.78% -
HSV(B) 293.62º 0.21% 0.87% -
XYZ 57.13 50.69 75.88 -
YUV 192.92 144.41 145.18 -
System Red Green Blue C M Y K H S L
Decimal 217 175 222 0.02 0.21 0 0.13 293.62 0.42 0.78
Hex D9 AF DE 2 15 0 D 126 2A 4E
Octal 331 257 336 2 25 0 15 446 52 116
Binary 11011001 10101111 11011110 10 10101 0 1101 100100110 101010 1001110

Color Harmonies of #D9AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFDE

Black with #D9AFDE

Text Example


Text Example

White with #D9AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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