Shades of My Pink #D59383
Tints of My Pink #D59383
RGB
CMYK
RGB Variations
Color information
#D59383 (or 0xD59383) is known color: My Pink. HEX triplet: D5, 93 and 83. RGB value is (213,147,131). Sum of RGB (Red+Green+Blue) = 213+147+131=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D59383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59383 is #2A6C7C. Grayscale: #A5A5A5. Windows color (decimal): -2780285 or 8623061. OLE color: 8623061.
HSL color Cylindrical-coordinate representation of color #D59383: hue angle of 11.71º 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 #D59383 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 131 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.16 |
| HSL | 11.71º | 0.49% | 0.67% | - |
| HSV(B) | 11.71º | 0.38% | 0.84% | - |
| XYZ | 41.97 | 36.65 | 26.34 | - |
| YUV | 164.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 131 | 0 | 0.31 | 0.38 | 0.16 | 11.71 | 0.49 | 0.67 |
| Hex | D5 | 93 | 83 | 0 | 1F | 26 | 10 | C | 31 | 43 |
| Octal | 325 | 223 | 203 | 0 | 37 | 46 | 20 | 14 | 61 | 103 |
| Binary | 11010101 | 10010011 | 10000011 | 0 | 11111 | 100110 | 10000 | 1100 | 110001 | 1000011 |
Color Harmonies of #D59383
Complementary color
Monochromatic Colors of #D59383
Black with #D59383
Text Example
Text Example
White with #D59383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59383; }
p { color: rgb(213,147,131); }
H1.HeaderClassName
{
color: #D59383;
}
.AnyTagClassName
{
color: #D59383;
}
</style>
background-color css
<style>
a { background-color: #D59383; }
a { background-color: rgb(213,147,131); }
div.DivClassName
{
background-color: #D59383;
}
.BgClassName
{
background-color: #D59383;
}
</style>
border-color css
<style>
span { border-color: #D59383; }
span { border-color: rgb(213,147,131); }
td.TdClassName
{
border-color: #D59383;
}
.TagClassName
{
border-color: #D59383;
}
</style>