#DF99DD

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

Shades of Plum #DF99DD

Tints of Plum #DF99DD

Color information

#DF99DD (or 0xDF99DD) is unknown color: approx Plum. HEX triplet: DF, 99 and DD. RGB value is (223,153,221). Sum of RGB (Red+Green+Blue) = 223+153+221=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99DD is #206622. Grayscale: #B5B5B5. Windows color (decimal): -2123299 or 14522847. OLE color: 14522847.

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

Color convert

RGB223153221-
CMYK00.310.010.13
HSL301.71º52.24%73.73%-
HSV(B)301.71º31.39%87.45%-
XYZ54.8743.6973.95-
YUV181.68150.19157.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.35%
GREEN value IS 153 (60.16% from 255) = 25.63%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=37.35%
G=25.63%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315322100.310.010.13301.7152.2473.73
HexDF99DD01F1D12e344a
Octal33723133503711545664112
Binary110111111001100111011101011111111011001011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99DD; }

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

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

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

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

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

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

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

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