Shades of My Pink #D58F83
Tints of My Pink #D58F83
RGB
CMYK
RGB Variations
Color information
#D58F83 (or 0xD58F83) is known color: My Pink. HEX triplet: D5, 8F and 83. RGB value is (213,143,131). Sum of RGB (Red+Green+Blue) = 213+143+131=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F83 is #2A707C. Grayscale: #A2A2A2. Windows color (decimal): -2781309 or 8622037. OLE color: 8622037.
HSL color Cylindrical-coordinate representation of color #D58F83: hue angle of 8.78º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58F83 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 131 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.16 |
| HSL | 8.78º | 0.49% | 0.67% | - |
| HSV(B) | 8.78º | 0.38% | 0.84% | - |
| XYZ | 41.36 | 35.43 | 26.13 | - |
| YUV | 162.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 131 | 0 | 0.33 | 0.38 | 0.16 | 8.78 | 0.49 | 0.67 |
| Hex | D5 | 8F | 83 | 0 | 21 | 26 | 10 | 9 | 31 | 43 |
| Octal | 325 | 217 | 203 | 0 | 41 | 46 | 20 | 11 | 61 | 103 |
| Binary | 11010101 | 10001111 | 10000011 | 0 | 100001 | 100110 | 10000 | 1001 | 110001 | 1000011 |
Color Harmonies of #D58F83
Complementary color
Monochromatic Colors of #D58F83
Black with #D58F83
Text Example
Text Example
White with #D58F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F83; }
p { color: rgb(213,143,131); }
H1.HeaderClassName
{
color: #D58F83;
}
.AnyTagClassName
{
color: #D58F83;
}
</style>
background-color css
<style>
a { background-color: #D58F83; }
a { background-color: rgb(213,143,131); }
div.DivClassName
{
background-color: #D58F83;
}
.BgClassName
{
background-color: #D58F83;
}
</style>
border-color css
<style>
span { border-color: #D58F83; }
span { border-color: rgb(213,143,131); }
td.TdClassName
{
border-color: #D58F83;
}
.TagClassName
{
border-color: #D58F83;
}
</style>