Shades of My Pink #D59385
Tints of My Pink #D59385
RGB
CMYK
RGB Variations
Color information
#D59385 (or 0xD59385) is known color: My Pink. HEX triplet: D5, 93 and 85. RGB value is (213,147,133). Sum of RGB (Red+Green+Blue) = 213+147+133=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D59385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59385 is #2A6C7A. Grayscale: #A5A5A5. Windows color (decimal): -2780283 or 8754133. OLE color: 8754133.
HSL color Cylindrical-coordinate representation of color #D59385: hue angle of 10.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59385 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 133 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.16 |
| HSL | 10.5º | 0.49% | 0.68% | - |
| HSV(B) | 10.5º | 0.38% | 0.84% | - |
| XYZ | 42.11 | 36.71 | 27.06 | - |
| YUV | 165.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 133 | 0 | 0.31 | 0.38 | 0.16 | 10.5 | 0.49 | 0.68 |
| Hex | D5 | 93 | 85 | 0 | 1F | 26 | 10 | A | 31 | 44 |
| Octal | 325 | 223 | 205 | 0 | 37 | 46 | 20 | 12 | 61 | 104 |
| Binary | 11010101 | 10010011 | 10000101 | 0 | 11111 | 100110 | 10000 | 1010 | 110001 | 1000100 |
Color Harmonies of #D59385
Complementary color
Monochromatic Colors of #D59385
Black with #D59385
Text Example
Text Example
White with #D59385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59385; }
p { color: rgb(213,147,133); }
H1.HeaderClassName
{
color: #D59385;
}
.AnyTagClassName
{
color: #D59385;
}
</style>
background-color css
<style>
a { background-color: #D59385; }
a { background-color: rgb(213,147,133); }
div.DivClassName
{
background-color: #D59385;
}
.BgClassName
{
background-color: #D59385;
}
</style>
border-color css
<style>
span { border-color: #D59385; }
span { border-color: rgb(213,147,133); }
td.TdClassName
{
border-color: #D59385;
}
.TagClassName
{
border-color: #D59385;
}
</style>