Shades of My Pink #D58F7B
Tints of My Pink #D58F7B
RGB
CMYK
RGB Variations
Color information
#D58F7B (or 0xD58F7B) is known color: My Pink. HEX triplet: D5, 8F and 7B. RGB value is (213,143,123). Sum of RGB (Red+Green+Blue) = 213+143+123=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F7B is #2A7084. Grayscale: #A1A1A1. Windows color (decimal): -2781317 or 8097749. OLE color: 8097749.
HSL color Cylindrical-coordinate representation of color #D58F7B: hue angle of 13.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D58F7B is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 123 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.16 |
| HSL | 13.33º | 0.52% | 0.66% | - |
| HSV(B) | 13.33º | 0.42% | 0.84% | - |
| XYZ | 40.84 | 35.22 | 23.38 | - |
| YUV | 161.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 123 | 0 | 0.33 | 0.42 | 0.16 | 13.33 | 0.52 | 0.66 |
| Hex | D5 | 8F | 7B | 0 | 21 | 2A | 10 | D | 34 | 42 |
| Octal | 325 | 217 | 173 | 0 | 41 | 52 | 20 | 15 | 64 | 102 |
| Binary | 11010101 | 10001111 | 1111011 | 0 | 100001 | 101010 | 10000 | 1101 | 110100 | 1000010 |
Color Harmonies of #D58F7B
Complementary color
Monochromatic Colors of #D58F7B
Black with #D58F7B
Text Example
Text Example
White with #D58F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F7B; }
p { color: rgb(213,143,123); }
H1.HeaderClassName
{
color: #D58F7B;
}
.AnyTagClassName
{
color: #D58F7B;
}
</style>
background-color css
<style>
a { background-color: #D58F7B; }
a { background-color: rgb(213,143,123); }
div.DivClassName
{
background-color: #D58F7B;
}
.BgClassName
{
background-color: #D58F7B;
}
</style>
border-color css
<style>
span { border-color: #D58F7B; }
span { border-color: rgb(213,143,123); }
td.TdClassName
{
border-color: #D58F7B;
}
.TagClassName
{
border-color: #D58F7B;
}
</style>