#DF9DD4

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

Shades of Plum #DF9DD4

Tints of Plum #DF9DD4

Color information

#DF9DD4 (or 0xDF9DD4) is unknown color: approx Plum. HEX triplet: DF, 9D and D4. RGB value is (223,157,212). Sum of RGB (Red+Green+Blue) = 223+157+212=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DD4 is #20622B. Grayscale: #B6B6B6. Windows color (decimal): -2122284 or 13934047. OLE color: 13934047.

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

Color convert

RGB223157212-
CMYK00.300.050.13
HSL310º50.77%74.51%-
HSV(B)310º29.6%87.45%-
XYZ54.3744.5668.02-
YUV183144.37156.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 157 (61.72% from 255) = 26.52%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=37.67%
G=26.52%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315721200.300.050.1331050.7774.51
HexDF9DD401E5D136334b
Octal33723532403651546663113
Binary11011111100111011101010001111010111011001101101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DD4; }

 p { color: rgb(223,157,212); }

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

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

 a { background-color: rgb(223,157,212); }

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

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

 span { border-color: rgb(223,157,212); }

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