#DF9DBC

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

Shades of Shocking #DF9DBC

Tints of Shocking #DF9DBC

Color information

#DF9DBC (or 0xDF9DBC) is unknown color: approx Shocking. HEX triplet: DF, 9D and BC. RGB value is (223,157,188). Sum of RGB (Red+Green+Blue) = 223+157+188=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DBC is #206243. Grayscale: #B4B4B4. Windows color (decimal): -2122308 or 12361183. OLE color: 12361183.

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

Color convert

RGB223157188-
CMYK00.300.160.13
HSL331.82º50.77%74.51%-
HSV(B)331.82º29.6%87.45%-
XYZ51.5743.4353.24-
YUV180.27132.37158.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=39.26%
G=27.64%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315718800.300.160.13331.8250.7774.51
HexDF9DBC01E10D14c334b
Octal337235274036201551463113
Binary1101111110011101101111000111101000011011010011001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DBC; }

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

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

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

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

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

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

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

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