Shades of My Pink #D59380
Tints of My Pink #D59380
RGB
CMYK
RGB Variations
Color information
#D59380 (or 0xD59380) is known color: My Pink. HEX triplet: D5, 93 and 80. RGB value is (213,147,128). Sum of RGB (Red+Green+Blue) = 213+147+128=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D59380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59380 is #2A6C7F. Grayscale: #A4A4A4. Windows color (decimal): -2780288 or 8426453. OLE color: 8426453.
HSL color Cylindrical-coordinate representation of color #D59380: hue angle of 13.41º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D59380 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 128 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.16 |
| HSL | 13.41º | 0.5% | 0.67% | - |
| HSV(B) | 13.41º | 0.4% | 0.84% | - |
| XYZ | 41.77 | 36.57 | 25.28 | - |
| YUV | 164.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 128 | 0 | 0.31 | 0.40 | 0.16 | 13.41 | 0.5 | 0.67 |
| Hex | D5 | 93 | 80 | 0 | 1F | 28 | 10 | D | 32 | 43 |
| Octal | 325 | 223 | 200 | 0 | 37 | 50 | 20 | 15 | 62 | 103 |
| Binary | 11010101 | 10010011 | 10000000 | 0 | 11111 | 101000 | 10000 | 1101 | 110010 | 1000011 |
Color Harmonies of #D59380
Complementary color
Monochromatic Colors of #D59380
Black with #D59380
Text Example
Text Example
White with #D59380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59380; }
p { color: rgb(213,147,128); }
H1.HeaderClassName
{
color: #D59380;
}
.AnyTagClassName
{
color: #D59380;
}
</style>
background-color css
<style>
a { background-color: #D59380; }
a { background-color: rgb(213,147,128); }
div.DivClassName
{
background-color: #D59380;
}
.BgClassName
{
background-color: #D59380;
}
</style>
border-color css
<style>
span { border-color: #D59380; }
span { border-color: rgb(213,147,128); }
td.TdClassName
{
border-color: #D59380;
}
.TagClassName
{
border-color: #D59380;
}
</style>