#DD99C1

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

Shades of Shocking #DD99C1

Tints of Shocking #DD99C1

Color information

#DD99C1 (or 0xDD99C1) is unknown color: approx Shocking. HEX triplet: DD, 99 and C1. RGB value is (221,153,193). Sum of RGB (Red+Green+Blue) = 221+153+193=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99C1 is #22663E. Grayscale: #B1B1B1. Windows color (decimal): -2254399 or 12687837. OLE color: 12687837.

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

Color convert

RGB221153193-
CMYK00.310.130.13
HSL324.71º50%73.33%-
HSV(B)324.71º30.77%86.67%-
XYZ50.844255.88-
YUV177.89136.53158.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 153 (60.16% from 255) = 26.98%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=38.98%
G=26.98%
B=34.04%

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
Decimal22115319300.310.130.13324.715073.33
HexDD99C101FDD1453249
Octal335231301037151550562111
Binary110111011001100111000001011111110111011010001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD99C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD99C1; }

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

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

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

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

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

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

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

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