Shades of My Pink #DC917A
Tints of My Pink #DC917A
RGB
CMYK
RGB Variations
Color information
#DC917A (or 0xDC917A) is known color: My Pink. HEX triplet: DC, 91 and 7A. RGB value is (220,145,122). Sum of RGB (Red+Green+Blue) = 220+145+122=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC917A is #236E85. Grayscale: #A4A4A4. Windows color (decimal): -2322054 or 8032732. OLE color: 8032732.
HSL color Cylindrical-coordinate representation of color #DC917A: hue angle of 14.08º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC917A is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 122 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.14 |
| HSL | 14.08º | 0.58% | 0.67% | - |
| HSV(B) | 14.08º | 0.45% | 0.86% | - |
| XYZ | 43.15 | 36.87 | 23.25 | - |
| YUV | 164.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 122 | 0 | 0.34 | 0.45 | 0.14 | 14.08 | 0.58 | 0.67 |
| Hex | DC | 91 | 7A | 0 | 22 | 2D | E | E | 3A | 43 |
| Octal | 334 | 221 | 172 | 0 | 42 | 55 | 16 | 16 | 72 | 103 |
| Binary | 11011100 | 10010001 | 1111010 | 0 | 100010 | 101101 | 1110 | 1110 | 111010 | 1000011 |
Color Harmonies of #DC917A
Complementary color
Monochromatic Colors of #DC917A
Black with #DC917A
Text Example
Text Example
White with #DC917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC917A; }
p { color: rgb(220,145,122); }
H1.HeaderClassName
{
color: #DC917A;
}
.AnyTagClassName
{
color: #DC917A;
}
</style>
background-color css
<style>
a { background-color: #DC917A; }
a { background-color: rgb(220,145,122); }
div.DivClassName
{
background-color: #DC917A;
}
.BgClassName
{
background-color: #DC917A;
}
</style>
border-color css
<style>
span { border-color: #DC917A; }
span { border-color: rgb(220,145,122); }
td.TdClassName
{
border-color: #DC917A;
}
.TagClassName
{
border-color: #DC917A;
}
</style>