#DC9988

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

Shades of Tonys Pink #DC9988

Tints of Tonys Pink #DC9988

Color information

#DC9988 (or 0xDC9988) is unknown color: approx Tonys Pink. HEX triplet: DC, 99 and 88. RGB value is (220,153,136). Sum of RGB (Red+Green+Blue) = 220+153+136=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9988 is #236677. Grayscale: #ABABAB. Windows color (decimal): -2319992 or 8952284. OLE color: 8952284.

HSL color Cylindrical-coordinate representation of color #DC9988: hue angle of 12.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9988 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220153136-
CMYK00.300.380.14
HSL12.14º54.55%69.8%-
HSV(B)12.14º38.18%86.27%-
XYZ45.3539.7828.58-
YUV171.1108.2162.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=43.22%
G=30.06%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015313600.300.380.1412.1454.5569.8
HexDC998801E26Ec3746
Octal33423121003646161467106
Binary110111001001100110001000011110100110111011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9988; }

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

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

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

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

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

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

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

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