Shades of My Pink #D48C84
Tints of My Pink #D48C84
RGB
CMYK
RGB Variations
Color information
#D48C84 (or 0xD48C84) is known color: My Pink. HEX triplet: D4, 8C and 84. RGB value is (212,140,132). Sum of RGB (Red+Green+Blue) = 212+140+132=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C84 is #2B737B. Grayscale: #A0A0A0. Windows color (decimal): -2847612 or 8686804. OLE color: 8686804.
HSL color Cylindrical-coordinate representation of color #D48C84: hue angle of 6º degrees, saturation: 0.48, 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 #D48C84 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 132 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.17 |
| HSL | 6º | 0.48% | 0.67% | - |
| HSV(B) | 6º | 0.38% | 0.83% | - |
| XYZ | 40.69 | 34.42 | 26.33 | - |
| YUV | 160.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 132 | 0 | 0.34 | 0.38 | 0.17 | 6 | 0.48 | 0.67 |
| Hex | D4 | 8C | 84 | 0 | 22 | 26 | 11 | 6 | 30 | 43 |
| Octal | 324 | 214 | 204 | 0 | 42 | 46 | 21 | 6 | 60 | 103 |
| Binary | 11010100 | 10001100 | 10000100 | 0 | 100010 | 100110 | 10001 | 110 | 110000 | 1000011 |
Color Harmonies of #D48C84
Complementary color
Monochromatic Colors of #D48C84
Black with #D48C84
Text Example
Text Example
White with #D48C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C84; }
p { color: rgb(212,140,132); }
H1.HeaderClassName
{
color: #D48C84;
}
.AnyTagClassName
{
color: #D48C84;
}
</style>
background-color css
<style>
a { background-color: #D48C84; }
a { background-color: rgb(212,140,132); }
div.DivClassName
{
background-color: #D48C84;
}
.BgClassName
{
background-color: #D48C84;
}
</style>
border-color css
<style>
span { border-color: #D48C84; }
span { border-color: rgb(212,140,132); }
td.TdClassName
{
border-color: #D48C84;
}
.TagClassName
{
border-color: #D48C84;
}
</style>