#DC99BC

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

Shades of Shocking #DC99BC

Tints of Shocking #DC99BC

Color information

#DC99BC (or 0xDC99BC) is unknown color: approx Shocking. HEX triplet: DC, 99 and BC. RGB value is (220,153,188). Sum of RGB (Red+Green+Blue) = 220+153+188=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99BC is #236643. Grayscale: #B0B0B0. Windows color (decimal): -2319940 or 12360156. OLE color: 12360156.

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

Color convert

RGB220153188-
CMYK00.300.150.14
HSL328.66º48.91%73.14%-
HSV(B)328.66º30.45%86.27%-
XYZ49.9841.6352.98-
YUV177.02134.2158.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=39.22%
G=27.27%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015318800.300.150.14328.6648.9173.14
HexDC99BC01EFE1493149
Octal334231274036171651161111
Binary110111001001100110111100011110111111101010010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99BC; }

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

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

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

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

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

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

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

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