#DF9ACE

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

Shades of Plum #DF9ACE

Tints of Plum #DF9ACE

Color information

#DF9ACE (or 0xDF9ACE) is unknown color: approx Plum. HEX triplet: DF, 9A and CE. RGB value is (223,154,206). Sum of RGB (Red+Green+Blue) = 223+154+206=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ACE is #206531. Grayscale: #B4B4B4. Windows color (decimal): -2123058 or 13540063. OLE color: 13540063.

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

Color convert

RGB223154206-
CMYK00.310.080.13
HSL314.78º51.88%73.92%-
HSV(B)314.78º30.94%87.45%-
XYZ53.1343.2663.94-
YUV180.56142.36158.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=38.25%
G=26.42%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315420600.310.080.13314.7851.8873.92
HexDF9ACE01F8D13b344a
Octal337232316037101547364112
Binary110111111001101011001110011111100011011001110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ACE; }

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

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

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

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

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

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

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

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