#DD99C2

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

Shades of Shocking #DD99C2

Tints of Shocking #DD99C2

Color information

#DD99C2 (or 0xDD99C2) is unknown color: approx Shocking. HEX triplet: DD, 99 and C2. RGB value is (221,153,194). Sum of RGB (Red+Green+Blue) = 221+153+194=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99C2 is #22663D. Grayscale: #B1B1B1. Windows color (decimal): -2254398 or 12753373. OLE color: 12753373.

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

Color convert

RGB221153194-
CMYK00.310.120.13
HSL323.82º50%73.33%-
HSV(B)323.82º30.77%86.67%-
XYZ50.9542.0556.47-
YUV178.01137.03158.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 194 (76.17% from 255) = 34.15%
R=38.91%
G=26.94%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115319400.310.120.13323.825073.33
HexDD99C201FCD1443249
Octal335231302037141550462111
Binary110111011001100111000010011111110011011010001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99C2; }

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

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

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

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

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

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

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

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