Shades of My Pink #D48783
Tints of My Pink #D48783
RGB
CMYK
RGB Variations
Color information
#D48783 (or 0xD48783) is known color: My Pink. HEX triplet: D4, 87 and 83. RGB value is (212,135,131). Sum of RGB (Red+Green+Blue) = 212+135+131=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D48783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48783 is #2B787C. Grayscale: #9D9D9D. Windows color (decimal): -2848893 or 8619988. OLE color: 8619988.
HSL color Cylindrical-coordinate representation of color #D48783: hue angle of 2.96º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48783 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 135 | 131 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.17 |
| HSL | 2.96º | 0.49% | 0.67% | - |
| HSV(B) | 2.96º | 0.38% | 0.83% | - |
| XYZ | 39.91 | 32.96 | 25.73 | - |
| YUV | 157.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 135 | 131 | 0 | 0.36 | 0.38 | 0.17 | 2.96 | 0.49 | 0.67 |
| Hex | D4 | 87 | 83 | 0 | 24 | 26 | 11 | 3 | 31 | 43 |
| Octal | 324 | 207 | 203 | 0 | 44 | 46 | 21 | 3 | 61 | 103 |
| Binary | 11010100 | 10000111 | 10000011 | 0 | 100100 | 100110 | 10001 | 11 | 110001 | 1000011 |
Color Harmonies of #D48783
Complementary color
Monochromatic Colors of #D48783
Black with #D48783
Text Example
Text Example
White with #D48783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48783; }
p { color: rgb(212,135,131); }
H1.HeaderClassName
{
color: #D48783;
}
.AnyTagClassName
{
color: #D48783;
}
</style>
background-color css
<style>
a { background-color: #D48783; }
a { background-color: rgb(212,135,131); }
div.DivClassName
{
background-color: #D48783;
}
.BgClassName
{
background-color: #D48783;
}
</style>
border-color css
<style>
span { border-color: #D48783; }
span { border-color: rgb(212,135,131); }
td.TdClassName
{
border-color: #D48783;
}
.TagClassName
{
border-color: #D48783;
}
</style>