Shades of My Pink #D48F7F
Tints of My Pink #D48F7F
RGB
CMYK
RGB Variations
Color information
#D48F7F (or 0xD48F7F) is known color: My Pink. HEX triplet: D4, 8F and 7F. RGB value is (212,143,127). Sum of RGB (Red+Green+Blue) = 212+143+127=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F7F is #2B7080. Grayscale: #A1A1A1. Windows color (decimal): -2846849 or 8359892. OLE color: 8359892.
HSL color Cylindrical-coordinate representation of color #D48F7F: hue angle of 11.29º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48F7F is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 127 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.17 |
| HSL | 11.29º | 0.5% | 0.66% | - |
| HSV(B) | 11.29º | 0.4% | 0.83% | - |
| XYZ | 40.8 | 35.17 | 24.72 | - |
| YUV | 161.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 127 | 0 | 0.33 | 0.40 | 0.17 | 11.29 | 0.5 | 0.66 |
| Hex | D4 | 8F | 7F | 0 | 21 | 28 | 11 | B | 32 | 42 |
| Octal | 324 | 217 | 177 | 0 | 41 | 50 | 21 | 13 | 62 | 102 |
| Binary | 11010100 | 10001111 | 1111111 | 0 | 100001 | 101000 | 10001 | 1011 | 110010 | 1000010 |
Color Harmonies of #D48F7F
Complementary color
Monochromatic Colors of #D48F7F
Black with #D48F7F
Text Example
Text Example
White with #D48F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F7F; }
p { color: rgb(212,143,127); }
H1.HeaderClassName
{
color: #D48F7F;
}
.AnyTagClassName
{
color: #D48F7F;
}
</style>
background-color css
<style>
a { background-color: #D48F7F; }
a { background-color: rgb(212,143,127); }
div.DivClassName
{
background-color: #D48F7F;
}
.BgClassName
{
background-color: #D48F7F;
}
</style>
border-color css
<style>
span { border-color: #D48F7F; }
span { border-color: rgb(212,143,127); }
td.TdClassName
{
border-color: #D48F7F;
}
.TagClassName
{
border-color: #D48F7F;
}
</style>