Shades of New York Pink #DC8272
Tints of New York Pink #DC8272
RGB
CMYK
RGB Variations
Color information
#DC8272 (or 0xDC8272) is known color: New York Pink. HEX triplet: DC, 82 and 72. RGB value is (220,130,114). Sum of RGB (Red+Green+Blue) = 220+130+114=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8272 is #237D8D. Grayscale: #9B9B9B. Windows color (decimal): -2325902 or 7504604. OLE color: 7504604.
HSL color Cylindrical-coordinate representation of color #DC8272: hue angle of 9.06º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8272 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 114 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.14 |
| HSL | 9.06º | 0.6% | 0.65% | - |
| HSV(B) | 9.06º | 0.48% | 0.86% | - |
| XYZ | 40.54 | 32.4 | 20.04 | - |
| YUV | 155.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 114 | 0 | 0.41 | 0.48 | 0.14 | 9.06 | 0.6 | 0.65 |
| Hex | DC | 82 | 72 | 0 | 29 | 30 | E | 9 | 3C | 41 |
| Octal | 334 | 202 | 162 | 0 | 51 | 60 | 16 | 11 | 74 | 101 |
| Binary | 11011100 | 10000010 | 1110010 | 0 | 101001 | 110000 | 1110 | 1001 | 111100 | 1000001 |
Color Harmonies of #DC8272
Complementary color
Monochromatic Colors of #DC8272
Black with #DC8272
Text Example
Text Example
White with #DC8272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8272; }
p { color: rgb(220,130,114); }
H1.HeaderClassName
{
color: #DC8272;
}
.AnyTagClassName
{
color: #DC8272;
}
</style>
background-color css
<style>
a { background-color: #DC8272; }
a { background-color: rgb(220,130,114); }
div.DivClassName
{
background-color: #DC8272;
}
.BgClassName
{
background-color: #DC8272;
}
</style>
border-color css
<style>
span { border-color: #DC8272; }
span { border-color: rgb(220,130,114); }
td.TdClassName
{
border-color: #DC8272;
}
.TagClassName
{
border-color: #DC8272;
}
</style>