#DC9782

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

Shades of Tonys Pink #DC9782

Tints of Tonys Pink #DC9782

Color information

#DC9782 (or 0xDC9782) is unknown color: approx Tonys Pink. HEX triplet: DC, 97 and 82. RGB value is (220,151,130). Sum of RGB (Red+Green+Blue) = 220+151+130=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9782 is #23687D. Grayscale: #A9A9A9. Windows color (decimal): -2320510 or 8558556. OLE color: 8558556.

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

Color convert

RGB220151130-
CMYK00.310.410.14
HSL14º56.25%68.63%-
HSV(B)14º40.91%86.27%-
XYZ44.6138.9626.29-
YUV169.24105.86164.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=43.91%
G=30.14%
B=25.95%

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
Decimal22015113000.310.410.141456.2568.63
HexDC978201F29Ee3845
Octal33422720203751161670105
Binary110111001001011110000010011111101001111011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9782; }

 p { color: rgb(220,151,130); }

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

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

 a { background-color: rgb(220,151,130); }

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

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

 span { border-color: rgb(220,151,130); }

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