Shades of My Pink #D99783
Tints of My Pink #D99783
RGB
CMYK
RGB Variations
Color information
#D99783 (or 0xD99783) is known color: My Pink. HEX triplet: D9, 97 and 83. RGB value is (217,151,131). Sum of RGB (Red+Green+Blue) = 217+151+131=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D99783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99783 is #26687C. Grayscale: #A8A8A8. Windows color (decimal): -2517117 or 8624089. OLE color: 8624089.
HSL color Cylindrical-coordinate representation of color #D99783: hue angle of 13.95º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D99783 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 131 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.15 |
| HSL | 13.95º | 0.53% | 0.68% | - |
| HSV(B) | 13.95º | 0.4% | 0.85% | - |
| XYZ | 43.78 | 38.52 | 26.6 | - |
| YUV | 168.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 131 | 0 | 0.30 | 0.40 | 0.15 | 13.95 | 0.53 | 0.68 |
| Hex | D9 | 97 | 83 | 0 | 1E | 28 | F | E | 35 | 44 |
| Octal | 331 | 227 | 203 | 0 | 36 | 50 | 17 | 16 | 65 | 104 |
| Binary | 11011001 | 10010111 | 10000011 | 0 | 11110 | 101000 | 1111 | 1110 | 110101 | 1000100 |
Color Harmonies of #D99783
Complementary color
Monochromatic Colors of #D99783
Black with #D99783
Text Example
Text Example
White with #D99783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99783; }
p { color: rgb(217,151,131); }
H1.HeaderClassName
{
color: #D99783;
}
.AnyTagClassName
{
color: #D99783;
}
</style>
background-color css
<style>
a { background-color: #D99783; }
a { background-color: rgb(217,151,131); }
div.DivClassName
{
background-color: #D99783;
}
.BgClassName
{
background-color: #D99783;
}
</style>
border-color css
<style>
span { border-color: #D99783; }
span { border-color: rgb(217,151,131); }
td.TdClassName
{
border-color: #D99783;
}
.TagClassName
{
border-color: #D99783;
}
</style>