#DC99BD

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

Shades of Shocking #DC99BD

Tints of Shocking #DC99BD

Color information

#DC99BD (or 0xDC99BD) is unknown color: approx Shocking. HEX triplet: DC, 99 and BD. RGB value is (220,153,189). Sum of RGB (Red+Green+Blue) = 220+153+189=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99BD is #236642. Grayscale: #B1B1B1. Windows color (decimal): -2319939 or 12425692. OLE color: 12425692.

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

Color convert

RGB220153189-
CMYK00.300.140.14
HSL327.76º48.91%73.14%-
HSV(B)327.76º30.45%86.27%-
XYZ50.0941.6753.55-
YUV177.14134.7158.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=39.15%
G=27.22%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015318900.300.140.14327.7648.9173.14
HexDC99BD01EEE1483149
Octal334231275036161651061111
Binary110111001001100110111101011110111011101010010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99BD; }

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

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

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

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

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

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

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

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