#DF9DBB

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

Shades of Shocking #DF9DBB

Tints of Shocking #DF9DBB

Color information

#DF9DBB (or 0xDF9DBB) is unknown color: approx Shocking. HEX triplet: DF, 9D and BB. RGB value is (223,157,187). Sum of RGB (Red+Green+Blue) = 223+157+187=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DBB is #206244. Grayscale: #B4B4B4. Windows color (decimal): -2122309 or 12295647. OLE color: 12295647.

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

Color convert

RGB223157187-
CMYK00.300.160.13
HSL332.73º50.77%74.51%-
HSV(B)332.73º29.6%87.45%-
XYZ51.4643.3952.68-
YUV180.15131.87158.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 157 (61.72% from 255) = 27.69%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=39.33%
G=27.69%
B=32.98%

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
Decimal22315718700.300.160.13332.7350.7774.51
HexDF9DBB01E10D14d334b
Octal337235273036201551563113
Binary1101111110011101101110110111101000011011010011011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DBB; }

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

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

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

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

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

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

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

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