#DC9881

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

Shades of Tonys Pink #DC9881

Tints of Tonys Pink #DC9881

Color information

#DC9881 (or 0xDC9881) is unknown color: approx Tonys Pink. HEX triplet: DC, 98 and 81. RGB value is (220,152,129). Sum of RGB (Red+Green+Blue) = 220+152+129=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9881 is #23677E. Grayscale: #A9A9A9. Windows color (decimal): -2320255 or 8493276. OLE color: 8493276.

HSL color Cylindrical-coordinate representation of color #DC9881: hue angle of 15.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC9881 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220152129-
CMYK00.310.410.14
HSL15.16º56.52%68.43%-
HSV(B)15.16º41.36%86.27%-
XYZ44.7139.2625.99-
YUV169.71105.03163.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=43.91%
G=30.34%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015212900.310.410.1415.1656.5268.43
HexDC988101F29Ef3944
Octal33423020103751161771104
Binary110111001001100010000001011111101001111011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9881; }

 p { color: rgb(220,152,129); }

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

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

 a { background-color: rgb(220,152,129); }

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

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

 span { border-color: rgb(220,152,129); }

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