#DF9AD4

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

Shades of Plum #DF9AD4

Tints of Plum #DF9AD4

Color information

#DF9AD4 (or 0xDF9AD4) is unknown color: approx Plum. HEX triplet: DF, 9A and D4. RGB value is (223,154,212). Sum of RGB (Red+Green+Blue) = 223+154+212=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AD4 is #20652B. Grayscale: #B5B5B5. Windows color (decimal): -2123052 or 13933279. OLE color: 13933279.

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

Color convert

RGB223154212-
CMYK00.310.050.13
HSL309.57º51.88%73.92%-
HSV(B)309.57º30.94%87.45%-
XYZ53.8743.5567.85-
YUV181.24145.36157.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=37.86%
G=26.15%
B=35.99%

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
Decimal22315421200.310.050.13309.5751.8873.92
HexDF9AD401F5D136344a
Octal33723232403751546664112
Binary11011111100110101101010001111110111011001101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AD4; }

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

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

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

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

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

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

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

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