#DD99BC

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

Shades of Shocking #DD99BC

Tints of Shocking #DD99BC

Color information

#DD99BC (or 0xDD99BC) is unknown color: approx Shocking. HEX triplet: DD, 99 and BC. RGB value is (221,153,188). Sum of RGB (Red+Green+Blue) = 221+153+188=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BC is #226643. Grayscale: #B1B1B1. Windows color (decimal): -2254404 or 12360157. OLE color: 12360157.

HSL color Cylindrical-coordinate representation of color #DD99BC: hue angle of 329.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99BC is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221153188-
CMYK00.310.150.13
HSL329.12º50%73.33%-
HSV(B)329.12º30.77%86.67%-
XYZ50.2941.7952.99-
YUV177.32134.03159.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=39.32%
G=27.22%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115318800.310.150.13329.125073.33
HexDD99BC01FFD1493249
Octal335231274037171551162111
Binary110111011001100110111100011111111111011010010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99BC; }

 p { color: rgb(221,153,188); }

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

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

 a { background-color: rgb(221,153,188); }

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

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

 span { border-color: rgb(221,153,188); }

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