#DD99BF

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

Shades of Shocking #DD99BF

Tints of Shocking #DD99BF

Color information

#DD99BF (or 0xDD99BF) is unknown color: approx Shocking. HEX triplet: DD, 99 and BF. RGB value is (221,153,191). Sum of RGB (Red+Green+Blue) = 221+153+191=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BF is #226640. Grayscale: #B1B1B1. Windows color (decimal): -2254401 or 12556765. OLE color: 12556765.

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

Color convert

RGB221153191-
CMYK00.310.140.13
HSL326.47º50%73.33%-
HSV(B)326.47º30.77%86.67%-
XYZ50.6141.9254.71-
YUV177.66135.53158.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 191 (75% from 255) = 33.81%
R=39.12%
G=27.08%
B=33.81%

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
Decimal22115319100.310.140.13326.475073.33
HexDD99BF01FED1463249
Octal335231277037161550662111
Binary110111011001100110111111011111111011011010001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99BF; }

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

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

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

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

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

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

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

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