#DD99C7

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

Shades of Shocking #DD99C7

Tints of Shocking #DD99C7

Color information

#DD99C7 (or 0xDD99C7) is unknown color: approx Shocking. HEX triplet: DD, 99 and C7. RGB value is (221,153,199). Sum of RGB (Red+Green+Blue) = 221+153+199=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99C7 is #226638. Grayscale: #B2B2B2. Windows color (decimal): -2254393 or 13081053. OLE color: 13081053.

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

Color convert

RGB221153199-
CMYK00.310.100.13
HSL319.41º50%73.33%-
HSV(B)319.41º30.77%86.67%-
XYZ51.5242.2859.48-
YUV178.58139.53158.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=38.57%
G=26.70%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115319900.310.100.13319.415073.33
HexDD99C701FAD13f3249
Octal335231307037121547762111
Binary110111011001100111000111011111101011011001111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99C7; }

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

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

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

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

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

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

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

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