Shades of My Pink #D48E8A
Tints of My Pink #D48E8A
RGB
CMYK
RGB Variations
Color information
#D48E8A (or 0xD48E8A) is known color: My Pink. HEX triplet: D4, 8E and 8A. RGB value is (212,142,138). Sum of RGB (Red+Green+Blue) = 212+142+138=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48E8A is #2B7175. Grayscale: #A2A2A2. Windows color (decimal): -2847094 or 9080532. OLE color: 9080532.
HSL color Cylindrical-coordinate representation of color #D48E8A: hue angle of 3.24º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48E8A is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 138 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.17 |
| HSL | 3.24º | 0.46% | 0.69% | - |
| HSV(B) | 3.24º | 0.35% | 0.83% | - |
| XYZ | 41.41 | 35.18 | 28.65 | - |
| YUV | 162.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 138 | 0 | 0.33 | 0.35 | 0.17 | 3.24 | 0.46 | 0.69 |
| Hex | D4 | 8E | 8A | 0 | 21 | 23 | 11 | 3 | 2E | 45 |
| Octal | 324 | 216 | 212 | 0 | 41 | 43 | 21 | 3 | 56 | 105 |
| Binary | 11010100 | 10001110 | 10001010 | 0 | 100001 | 100011 | 10001 | 11 | 101110 | 1000101 |
Color Harmonies of #D48E8A
Complementary color
Monochromatic Colors of #D48E8A
Black with #D48E8A
Text Example
Text Example
White with #D48E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E8A; }
p { color: rgb(212,142,138); }
H1.HeaderClassName
{
color: #D48E8A;
}
.AnyTagClassName
{
color: #D48E8A;
}
</style>
background-color css
<style>
a { background-color: #D48E8A; }
a { background-color: rgb(212,142,138); }
div.DivClassName
{
background-color: #D48E8A;
}
.BgClassName
{
background-color: #D48E8A;
}
</style>
border-color css
<style>
span { border-color: #D48E8A; }
span { border-color: rgb(212,142,138); }
td.TdClassName
{
border-color: #D48E8A;
}
.TagClassName
{
border-color: #D48E8A;
}
</style>