Shades of My Pink #D28E7D
Tints of My Pink #D28E7D
RGB
CMYK
RGB Variations
Color information
#D28E7D (or 0xD28E7D) is known color: My Pink. HEX triplet: D2, 8E and 7D. RGB value is (210,142,125). Sum of RGB (Red+Green+Blue) = 210+142+125=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E7D is #2D7182. Grayscale: #A0A0A0. Windows color (decimal): -2978179 or 8228562. OLE color: 8228562.
HSL color Cylindrical-coordinate representation of color #D28E7D: hue angle of 12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D28E7D is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 125 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.18 |
| HSL | 12º | 0.49% | 0.66% | - |
| HSV(B) | 12º | 0.4% | 0.82% | - |
| XYZ | 39.95 | 34.53 | 23.96 | - |
| YUV | 160.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 125 | 0 | 0.32 | 0.40 | 0.18 | 12 | 0.49 | 0.66 |
| Hex | D2 | 8E | 7D | 0 | 20 | 28 | 12 | C | 31 | 42 |
| Octal | 322 | 216 | 175 | 0 | 40 | 50 | 22 | 14 | 61 | 102 |
| Binary | 11010010 | 10001110 | 1111101 | 0 | 100000 | 101000 | 10010 | 1100 | 110001 | 1000010 |
Color Harmonies of #D28E7D
Complementary color
Monochromatic Colors of #D28E7D
Black with #D28E7D
Text Example
Text Example
White with #D28E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E7D; }
p { color: rgb(210,142,125); }
H1.HeaderClassName
{
color: #D28E7D;
}
.AnyTagClassName
{
color: #D28E7D;
}
</style>
background-color css
<style>
a { background-color: #D28E7D; }
a { background-color: rgb(210,142,125); }
div.DivClassName
{
background-color: #D28E7D;
}
.BgClassName
{
background-color: #D28E7D;
}
</style>
border-color css
<style>
span { border-color: #D28E7D; }
span { border-color: rgb(210,142,125); }
td.TdClassName
{
border-color: #D28E7D;
}
.TagClassName
{
border-color: #D28E7D;
}
</style>