#DF99D5

Color #DF99D5 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DF99D5

Tints of Plum #DF99D5

Color information

#DF99D5 (or 0xDF99D5) is unknown color: approx Plum. HEX triplet: DF, 99 and D5. RGB value is (223,153,213). Sum of RGB (Red+Green+Blue) = 223+153+213=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99D5 is #20662A. Grayscale: #B4B4B4. Windows color (decimal): -2123307 or 13998559. OLE color: 13998559.

HSL color Cylindrical-coordinate representation of color #DF99D5: hue angle of 308.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99D5 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223153213-
CMYK00.310.040.13
HSL308.57º52.24%73.73%-
HSV(B)308.57º31.39%87.45%-
XYZ53.8343.2768.47-
YUV180.77146.19158.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=37.86%
G=25.98%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315321300.310.040.13308.5752.2473.73
HexDF99D501F4D135344a
Octal33723132503741546564112
Binary11011111100110011101010101111110011011001101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99D5; }

 p { color: rgb(223,153,213); }

 H1.HeaderClassName
 {
   color: #DF99D5;
 }
 .AnyTagClassName
 {
   color: #DF99D5;
 }
</style>
background-color css

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

 a { background-color: rgb(223,153,213); }

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

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

 span { border-color: rgb(223,153,213); }

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