Shades of My Pink #D59683
Tints of My Pink #D59683
RGB
CMYK
RGB Variations
Color information
#D59683 (or 0xD59683) is known color: My Pink. HEX triplet: D5, 96 and 83. RGB value is (213,150,131). Sum of RGB (Red+Green+Blue) = 213+150+131=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D59683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59683 is #2A697C. Grayscale: #A6A6A6. Windows color (decimal): -2779517 or 8623829. OLE color: 8623829.
HSL color Cylindrical-coordinate representation of color #D59683: hue angle of 13.9º 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 #D59683 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 131 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.16 |
| HSL | 13.9º | 0.49% | 0.67% | - |
| HSV(B) | 13.9º | 0.38% | 0.84% | - |
| XYZ | 42.44 | 37.6 | 26.49 | - |
| YUV | 166.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 131 | 0 | 0.30 | 0.38 | 0.16 | 13.9 | 0.49 | 0.67 |
| Hex | D5 | 96 | 83 | 0 | 1E | 26 | 10 | E | 31 | 43 |
| Octal | 325 | 226 | 203 | 0 | 36 | 46 | 20 | 16 | 61 | 103 |
| Binary | 11010101 | 10010110 | 10000011 | 0 | 11110 | 100110 | 10000 | 1110 | 110001 | 1000011 |
Color Harmonies of #D59683
Complementary color
Monochromatic Colors of #D59683
Black with #D59683
Text Example
Text Example
White with #D59683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59683; }
p { color: rgb(213,150,131); }
H1.HeaderClassName
{
color: #D59683;
}
.AnyTagClassName
{
color: #D59683;
}
</style>
background-color css
<style>
a { background-color: #D59683; }
a { background-color: rgb(213,150,131); }
div.DivClassName
{
background-color: #D59683;
}
.BgClassName
{
background-color: #D59683;
}
</style>
border-color css
<style>
span { border-color: #D59683; }
span { border-color: rgb(213,150,131); }
td.TdClassName
{
border-color: #D59683;
}
.TagClassName
{
border-color: #D59683;
}
</style>