#DF9FD2

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

Shades of Plum #DF9FD2

Tints of Plum #DF9FD2

Color information

#DF9FD2 (or 0xDF9FD2) is unknown color: approx Plum. HEX triplet: DF, 9F and D2. RGB value is (223,159,210). Sum of RGB (Red+Green+Blue) = 223+159+210=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FD2 is #20602D. Grayscale: #B7B7B7. Windows color (decimal): -2121774 or 13803487. OLE color: 13803487.

HSL color Cylindrical-coordinate representation of color #DF9FD2: hue angle of 312.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FD2 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223159210-
CMYK00.290.060.13
HSL312.19º50%74.9%-
HSV(B)312.19º28.7%87.45%-
XYZ54.4645.1466.81-
YUV183.95142.7155.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 159 (62.5% from 255) = 26.86%
BLUE value IS 210 (82.42% from 255) = 35.47%
R=37.67%
G=26.86%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315921000.290.060.13312.195074.9
HexDF9FD201D6D138324b
Octal33723732203561547062113
Binary11011111100111111101001001110111011011001110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FD2; }

 p { color: rgb(223,159,210); }

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

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

 a { background-color: rgb(223,159,210); }

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

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

 span { border-color: rgb(223,159,210); }

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