#DF9CD9

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

Shades of Plum #DF9CD9

Tints of Plum #DF9CD9

Color information

#DF9CD9 (or 0xDF9CD9) is unknown color: approx Plum. HEX triplet: DF, 9C and D9. RGB value is (223,156,217). Sum of RGB (Red+Green+Blue) = 223+156+217=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CD9 is #206326. Grayscale: #B6B6B6. Windows color (decimal): -2122535 or 14261471. OLE color: 14261471.

HSL color Cylindrical-coordinate representation of color #DF9CD9: hue angle of 305.37º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CD9 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223156217-
CMYK00.300.030.13
HSL305.37º51.15%74.31%-
HSV(B)305.37º30.04%87.45%-
XYZ54.8444.4771.34-
YUV182.99147.2156.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=37.42%
G=26.17%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315621700.300.030.13305.3751.1574.31
HexDF9CD901E3D131334a
Octal33723433103631546163112
Binary1101111110011100110110010111101111011001100011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CD9; }

 p { color: rgb(223,156,217); }

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

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

 a { background-color: rgb(223,156,217); }

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

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

 span { border-color: rgb(223,156,217); }

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