#DD9BBB

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

Shades of Shocking #DD9BBB

Tints of Shocking #DD9BBB

Color information

#DD9BBB (or 0xDD9BBB) is unknown color: approx Shocking. HEX triplet: DD, 9B and BB. RGB value is (221,155,187). Sum of RGB (Red+Green+Blue) = 221+155+187=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BBB is #226444. Grayscale: #B2B2B2. Windows color (decimal): -2253893 or 12295133. OLE color: 12295133.

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

Color convert

RGB221155187-
CMYK00.300.150.13
HSL330.91º49.25%73.73%-
HSV(B)330.91º29.86%86.67%-
XYZ50.5142.452.54-
YUV178.38132.87158.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=39.25%
G=27.53%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115518700.300.150.13330.9149.2573.73
HexDD9BBB01EFD14b314a
Octal335233273036171551361112
Binary110111011001101110111011011110111111011010010111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BBB; }

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

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

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

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

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

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

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

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