#DF9CBB

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

Shades of Shocking #DF9CBB

Tints of Shocking #DF9CBB

Color information

#DF9CBB (or 0xDF9CBB) is unknown color: approx Shocking. HEX triplet: DF, 9C and BB. RGB value is (223,156,187). Sum of RGB (Red+Green+Blue) = 223+156+187=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CBB is #206344. Grayscale: #B3B3B3. Windows color (decimal): -2122565 or 12295391. OLE color: 12295391.

HSL color Cylindrical-coordinate representation of color #DF9CBB: hue angle of 332.24º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CBB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223156187-
CMYK00.300.160.13
HSL332.24º51.15%74.31%-
HSV(B)332.24º30.04%87.45%-
XYZ51.2943.0552.62-
YUV179.57132.2158.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=39.40%
G=27.56%
B=33.04%

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
Decimal22315618700.300.160.13332.2451.1574.31
HexDF9CBB01E10D14c334a
Octal337234273036201551463112
Binary1101111110011100101110110111101000011011010011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CBB; }

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

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

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

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

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

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

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

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