#DD9BB6

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

Shades of Shocking #DD9BB6

Tints of Shocking #DD9BB6

Color information

#DD9BB6 (or 0xDD9BB6) is unknown color: approx Shocking. HEX triplet: DD, 9B and B6. RGB value is (221,155,182). Sum of RGB (Red+Green+Blue) = 221+155+182=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BB6 is #226449. Grayscale: #B1B1B1. Windows color (decimal): -2253898 or 11967453. OLE color: 11967453.

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

Color convert

RGB221155182-
CMYK00.300.180.13
HSL335.45º49.25%73.73%-
HSV(B)335.45º29.86%86.67%-
XYZ49.9842.1949.77-
YUV177.81130.37158.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=39.61%
G=27.78%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115518200.300.180.13335.4549.2573.73
HexDD9BB601E12D14f314a
Octal335233266036221551761112
Binary1101110110011011101101100111101001011011010011111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BB6; }

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

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

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

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

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

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

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

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