#DC99C0

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

Shades of Shocking #DC99C0

Tints of Shocking #DC99C0

Color information

#DC99C0 (or 0xDC99C0) is unknown color: approx Shocking. HEX triplet: DC, 99 and C0. RGB value is (220,153,192). Sum of RGB (Red+Green+Blue) = 220+153+192=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99C0 is #23663F. Grayscale: #B1B1B1. Windows color (decimal): -2319936 or 12622300. OLE color: 12622300.

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

Color convert

RGB220153192-
CMYK00.300.130.14
HSL325.07º48.91%73.14%-
HSV(B)325.07º30.45%86.27%-
XYZ50.4241.855.28-
YUV177.48136.2158.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=38.94%
G=27.08%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015319200.300.130.14325.0748.9173.14
HexDC99C001EDE1453149
Octal334231300036151650561111
Binary110111001001100111000000011110110111101010001011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99C0; }

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

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

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

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

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

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

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

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