Shades of My Pink #D28F83
Tints of My Pink #D28F83
RGB
CMYK
RGB Variations
Color information
#D28F83 (or 0xD28F83) is known color: My Pink. HEX triplet: D2, 8F and 83. RGB value is (210,143,131). Sum of RGB (Red+Green+Blue) = 210+143+131=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28F83 is #2D707C. Grayscale: #A1A1A1. Windows color (decimal): -2977917 or 8622034. OLE color: 8622034.
HSL color Cylindrical-coordinate representation of color #D28F83: hue angle of 9.11º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28F83 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 131 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.18 |
| HSL | 9.11º | 0.47% | 0.67% | - |
| HSV(B) | 9.11º | 0.38% | 0.82% | - |
| XYZ | 40.5 | 34.99 | 26.09 | - |
| YUV | 161.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 131 | 0 | 0.32 | 0.38 | 0.18 | 9.11 | 0.47 | 0.67 |
| Hex | D2 | 8F | 83 | 0 | 20 | 26 | 12 | 9 | 2F | 43 |
| Octal | 322 | 217 | 203 | 0 | 40 | 46 | 22 | 11 | 57 | 103 |
| Binary | 11010010 | 10001111 | 10000011 | 0 | 100000 | 100110 | 10010 | 1001 | 101111 | 1000011 |
Color Harmonies of #D28F83
Complementary color
Monochromatic Colors of #D28F83
Black with #D28F83
Text Example
Text Example
White with #D28F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F83; }
p { color: rgb(210,143,131); }
H1.HeaderClassName
{
color: #D28F83;
}
.AnyTagClassName
{
color: #D28F83;
}
</style>
background-color css
<style>
a { background-color: #D28F83; }
a { background-color: rgb(210,143,131); }
div.DivClassName
{
background-color: #D28F83;
}
.BgClassName
{
background-color: #D28F83;
}
</style>
border-color css
<style>
span { border-color: #D28F83; }
span { border-color: rgb(210,143,131); }
td.TdClassName
{
border-color: #D28F83;
}
.TagClassName
{
border-color: #D28F83;
}
</style>