#DD99BA

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

Shades of Shocking #DD99BA

Tints of Shocking #DD99BA

Color information

#DD99BA (or 0xDD99BA) is unknown color: approx Shocking. HEX triplet: DD, 99 and BA. RGB value is (221,153,186). Sum of RGB (Red+Green+Blue) = 221+153+186=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BA is #226645. Grayscale: #B1B1B1. Windows color (decimal): -2254406 or 12229085. OLE color: 12229085.

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

Color convert

RGB221153186-
CMYK00.310.160.13
HSL330.88º50%73.33%-
HSV(B)330.88º30.77%86.67%-
XYZ50.0741.751.86-
YUV177.09133.03159.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=39.46%
G=27.32%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115318600.310.160.13330.885073.33
HexDD99BA01F10D14b3249
Octal335231272037201551362111
Binary1101110110011001101110100111111000011011010010111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99BA; }

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

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

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

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

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

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

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

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