Shades of New York Pink #DC816D
Tints of New York Pink #DC816D
RGB
CMYK
RGB Variations
Color information
#DC816D (or 0xDC816D) is known color: New York Pink. HEX triplet: DC, 81 and 6D. RGB value is (220,129,109). Sum of RGB (Red+Green+Blue) = 220+129+109=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC816D is #237E92. Grayscale: #9A9A9A. Windows color (decimal): -2326163 or 7176668. OLE color: 7176668.
HSL color Cylindrical-coordinate representation of color #DC816D: hue angle of 10.81º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC816D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 109 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.14 |
| HSL | 10.81º | 0.61% | 0.65% | - |
| HSV(B) | 10.81º | 0.5% | 0.86% | - |
| XYZ | 40.13 | 32.02 | 18.53 | - |
| YUV | 153.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 109 | 0 | 0.41 | 0.50 | 0.14 | 10.81 | 0.61 | 0.65 |
| Hex | DC | 81 | 6D | 0 | 29 | 32 | E | B | 3D | 41 |
| Octal | 334 | 201 | 155 | 0 | 51 | 62 | 16 | 13 | 75 | 101 |
| Binary | 11011100 | 10000001 | 1101101 | 0 | 101001 | 110010 | 1110 | 1011 | 111101 | 1000001 |
Color Harmonies of #DC816D
Complementary color
Monochromatic Colors of #DC816D
Black with #DC816D
Text Example
Text Example
White with #DC816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC816D; }
p { color: rgb(220,129,109); }
H1.HeaderClassName
{
color: #DC816D;
}
.AnyTagClassName
{
color: #DC816D;
}
</style>
background-color css
<style>
a { background-color: #DC816D; }
a { background-color: rgb(220,129,109); }
div.DivClassName
{
background-color: #DC816D;
}
.BgClassName
{
background-color: #DC816D;
}
</style>
border-color css
<style>
span { border-color: #DC816D; }
span { border-color: rgb(220,129,109); }
td.TdClassName
{
border-color: #DC816D;
}
.TagClassName
{
border-color: #DC816D;
}
</style>