#DF9ACC

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

Shades of Shocking #DF9ACC

Tints of Shocking #DF9ACC

Color information

#DF9ACC (or 0xDF9ACC) is unknown color: approx Shocking. HEX triplet: DF, 9A and CC. RGB value is (223,154,204). Sum of RGB (Red+Green+Blue) = 223+154+204=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ACC is #206533. Grayscale: #B4B4B4. Windows color (decimal): -2123060 or 13408991. OLE color: 13408991.

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

Color convert

RGB223154204-
CMYK00.310.090.13
HSL316.52º51.88%73.92%-
HSV(B)316.52º30.94%87.45%-
XYZ52.8943.1662.67-
YUV180.33141.36158.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=38.38%
G=26.51%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315420400.310.090.13316.5251.8873.92
HexDF9ACC01F9D13d344a
Octal337232314037111547564112
Binary110111111001101011001100011111100111011001111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ACC; }

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

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

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

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

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

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

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

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