#DD9BB9

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

Shades of Shocking #DD9BB9

Tints of Shocking #DD9BB9

Color information

#DD9BB9 (or 0xDD9BB9) is unknown color: approx Shocking. HEX triplet: DD, 9B and B9. RGB value is (221,155,185). Sum of RGB (Red+Green+Blue) = 221+155+185=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BB9 is #226446. Grayscale: #B2B2B2. Windows color (decimal): -2253895 or 12164061. OLE color: 12164061.

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

Color convert

RGB221155185-
CMYK00.300.160.13
HSL332.73º49.25%73.73%-
HSV(B)332.73º29.86%86.67%-
XYZ50.342.3251.42-
YUV178.15131.87158.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=39.39%
G=27.63%
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
Decimal22115518500.300.160.13332.7349.2573.73
HexDD9BB901E10D14d314a
Octal335233271036201551561112
Binary1101110110011011101110010111101000011011010011011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BB9; }

 p { color: rgb(221,155,185); }

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

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

 a { background-color: rgb(221,155,185); }

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

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

 span { border-color: rgb(221,155,185); }

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