#DD99BD

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

Shades of Shocking #DD99BD

Tints of Shocking #DD99BD

Color information

#DD99BD (or 0xDD99BD) is unknown color: approx Shocking. HEX triplet: DD, 99 and BD. RGB value is (221,153,189). Sum of RGB (Red+Green+Blue) = 221+153+189=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BD is #226642. Grayscale: #B1B1B1. Windows color (decimal): -2254403 or 12425693. OLE color: 12425693.

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

Color convert

RGB221153189-
CMYK00.310.140.13
HSL328.24º50%73.33%-
HSV(B)328.24º30.77%86.67%-
XYZ50.441.8353.56-
YUV177.44134.53159.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=39.25%
G=27.18%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115318900.310.140.13328.245073.33
HexDD99BD01FED1483249
Octal335231275037161551062111
Binary110111011001100110111101011111111011011010010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99BD; }

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

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

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

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

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

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

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

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