Shades of My Pink #D28A78
Tints of My Pink #D28A78
RGB
CMYK
RGB Variations
Color information
#D28A78 (or 0xD28A78) is known color: My Pink. HEX triplet: D2, 8A and 78. RGB value is (210,138,120). Sum of RGB (Red+Green+Blue) = 210+138+120=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A78 is #2D7587. Grayscale: #9D9D9D. Windows color (decimal): -2979208 or 7899858. OLE color: 7899858.
HSL color Cylindrical-coordinate representation of color #D28A78: hue angle of 12º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28A78 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 120 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.18 |
| HSL | 12º | 0.5% | 0.65% | - |
| HSV(B) | 12º | 0.43% | 0.82% | - |
| XYZ | 39.06 | 33.23 | 22.13 | - |
| YUV | 157.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 120 | 0 | 0.34 | 0.43 | 0.18 | 12 | 0.5 | 0.65 |
| Hex | D2 | 8A | 78 | 0 | 22 | 2B | 12 | C | 32 | 41 |
| Octal | 322 | 212 | 170 | 0 | 42 | 53 | 22 | 14 | 62 | 101 |
| Binary | 11010010 | 10001010 | 1111000 | 0 | 100010 | 101011 | 10010 | 1100 | 110010 | 1000001 |
Color Harmonies of #D28A78
Complementary color
Monochromatic Colors of #D28A78
Black with #D28A78
Text Example
Text Example
White with #D28A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A78; }
p { color: rgb(210,138,120); }
H1.HeaderClassName
{
color: #D28A78;
}
.AnyTagClassName
{
color: #D28A78;
}
</style>
background-color css
<style>
a { background-color: #D28A78; }
a { background-color: rgb(210,138,120); }
div.DivClassName
{
background-color: #D28A78;
}
.BgClassName
{
background-color: #D28A78;
}
</style>
border-color css
<style>
span { border-color: #D28A78; }
span { border-color: rgb(210,138,120); }
td.TdClassName
{
border-color: #D28A78;
}
.TagClassName
{
border-color: #D28A78;
}
</style>