#DC99C7

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

Shades of Shocking #DC99C7

Tints of Shocking #DC99C7

Color information

#DC99C7 (or 0xDC99C7) is unknown color: approx Shocking. HEX triplet: DC, 99 and C7. RGB value is (220,153,199). Sum of RGB (Red+Green+Blue) = 220+153+199=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99C7 is #236638. Grayscale: #B2B2B2. Windows color (decimal): -2319929 or 13081052. OLE color: 13081052.

HSL color Cylindrical-coordinate representation of color #DC99C7: hue angle of 318.81º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC99C7 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220153199-
CMYK00.300.100.14
HSL318.81º48.91%73.14%-
HSV(B)318.81º30.45%86.27%-
XYZ51.2242.1259.46-
YUV178.28139.7157.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=38.46%
G=26.75%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015319900.300.100.14318.8148.9173.14
HexDC99C701EAE13f3149
Octal334231307036121647761111
Binary110111001001100111000111011110101011101001111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99C7; }

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

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

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

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

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

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

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

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