#DF99D3

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

Shades of Plum #DF99D3

Tints of Plum #DF99D3

Color information

#DF99D3 (or 0xDF99D3) is unknown color: approx Plum. HEX triplet: DF, 99 and D3. RGB value is (223,153,211). Sum of RGB (Red+Green+Blue) = 223+153+211=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99D3 is #20662C. Grayscale: #B4B4B4. Windows color (decimal): -2123309 or 13867487. OLE color: 13867487.

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

Color convert

RGB223153211-
CMYK00.310.050.13
HSL310.29º52.24%73.73%-
HSV(B)310.29º31.39%87.45%-
XYZ53.5843.1767.14-
YUV180.54145.19158.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=37.99%
G=26.06%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315321100.310.050.13310.2952.2473.73
HexDF99D301F5D136344a
Octal33723132303751546664112
Binary11011111100110011101001101111110111011001101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99D3; }

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

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

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

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

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

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

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

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