Shades of New York Pink #DC8276
Tints of New York Pink #DC8276
RGB
CMYK
RGB Variations
Color information
#DC8276 (or 0xDC8276) is known color: New York Pink. HEX triplet: DC, 82 and 76. RGB value is (220,130,118). Sum of RGB (Red+Green+Blue) = 220+130+118=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8276 is #237D89. Grayscale: #9B9B9B. Windows color (decimal): -2325898 or 7766748. OLE color: 7766748.
HSL color Cylindrical-coordinate representation of color #DC8276: hue angle of 7.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8276 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 118 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.14 |
| HSL | 7.06º | 0.59% | 0.66% | - |
| HSV(B) | 7.06º | 0.46% | 0.86% | - |
| XYZ | 40.77 | 32.49 | 21.26 | - |
| YUV | 155.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 118 | 0 | 0.41 | 0.46 | 0.14 | 7.06 | 0.59 | 0.66 |
| Hex | DC | 82 | 76 | 0 | 29 | 2E | E | 7 | 3B | 42 |
| Octal | 334 | 202 | 166 | 0 | 51 | 56 | 16 | 7 | 73 | 102 |
| Binary | 11011100 | 10000010 | 1110110 | 0 | 101001 | 101110 | 1110 | 111 | 111011 | 1000010 |
Color Harmonies of #DC8276
Complementary color
Monochromatic Colors of #DC8276
Black with #DC8276
Text Example
Text Example
White with #DC8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8276; }
p { color: rgb(220,130,118); }
H1.HeaderClassName
{
color: #DC8276;
}
.AnyTagClassName
{
color: #DC8276;
}
</style>
background-color css
<style>
a { background-color: #DC8276; }
a { background-color: rgb(220,130,118); }
div.DivClassName
{
background-color: #DC8276;
}
.BgClassName
{
background-color: #DC8276;
}
</style>
border-color css
<style>
span { border-color: #DC8276; }
span { border-color: rgb(220,130,118); }
td.TdClassName
{
border-color: #DC8276;
}
.TagClassName
{
border-color: #DC8276;
}
</style>