#DF9BBB

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

Shades of Shocking #DF9BBB

Tints of Shocking #DF9BBB

Color information

#DF9BBB (or 0xDF9BBB) is unknown color: approx Shocking. HEX triplet: DF, 9B and BB. RGB value is (223,155,187). Sum of RGB (Red+Green+Blue) = 223+155+187=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BBB is #206444. Grayscale: #B2B2B2. Windows color (decimal): -2122821 or 12295135. OLE color: 12295135.

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

Color convert

RGB223155187-
CMYK00.300.160.13
HSL331.76º51.52%74.12%-
HSV(B)331.76º30.49%87.45%-
XYZ51.1242.7252.56-
YUV178.98132.53159.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=39.47%
G=27.43%
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
Decimal22315518700.300.160.13331.7651.5274.12
HexDF9BBB01E10D14c344a
Octal337233273036201551464112
Binary1101111110011011101110110111101000011011010011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9BBB; }

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

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

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

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

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

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

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

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