#DF9DC0

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

Shades of Shocking #DF9DC0

Tints of Shocking #DF9DC0

Color information

#DF9DC0 (or 0xDF9DC0) is unknown color: approx Shocking. HEX triplet: DF, 9D and C0. RGB value is (223,157,192). Sum of RGB (Red+Green+Blue) = 223+157+192=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DC0 is #20623F. Grayscale: #B4B4B4. Windows color (decimal): -2122304 or 12623327. OLE color: 12623327.

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

Color convert

RGB223157192-
CMYK00.300.140.13
HSL328.18º50.77%74.51%-
HSV(B)328.18º29.6%87.45%-
XYZ5243.6155.55-
YUV180.72134.37158.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 192 (75.39% from 255) = 33.57%
R=38.99%
G=27.45%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315719200.300.140.13328.1850.7774.51
HexDF9DC001EED148334b
Octal337235300036161551063113
Binary110111111001110111000000011110111011011010010001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DC0; }

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

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

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

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

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

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

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

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