#DD99C0

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

Shades of Shocking #DD99C0

Tints of Shocking #DD99C0

Color information

#DD99C0 (or 0xDD99C0) is unknown color: approx Shocking. HEX triplet: DD, 99 and C0. RGB value is (221,153,192). Sum of RGB (Red+Green+Blue) = 221+153+192=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99C0 is #22663F. Grayscale: #B1B1B1. Windows color (decimal): -2254400 or 12622301. OLE color: 12622301.

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

Color convert

RGB221153192-
CMYK00.310.130.13
HSL325.59º50%73.33%-
HSV(B)325.59º30.77%86.67%-
XYZ50.7241.9655.29-
YUV177.78136.03158.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=39.05%
G=27.03%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115319200.310.130.13325.595073.33
HexDD99C001FDD1463249
Octal335231300037151550662111
Binary110111011001100111000000011111110111011010001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99C0; }

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

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

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

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

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

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

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

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