#DC9987

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

Shades of Tonys Pink #DC9987

Tints of Tonys Pink #DC9987

Color information

#DC9987 (or 0xDC9987) is unknown color: approx Tonys Pink. HEX triplet: DC, 99 and 87. RGB value is (220,153,135). Sum of RGB (Red+Green+Blue) = 220+153+135=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9987 is #236678. Grayscale: #ABABAB. Windows color (decimal): -2319993 or 8886748. OLE color: 8886748.

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

Color convert

RGB220153135-
CMYK00.300.390.14
HSL12.71º54.84%69.61%-
HSV(B)12.71º38.64%86.27%-
XYZ45.2839.7528.21-
YUV170.98107.7162.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=43.31%
G=30.12%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015313500.300.390.1412.7154.8469.61
HexDC998701E27Ed3746
Octal33423120703647161567106
Binary110111001001100110000111011110100111111011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9987; }

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

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

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

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

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

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

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

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