Shades of Charm #D48090
Tints of Charm #D48090
RGB
CMYK
RGB Variations
Color information
#D48090 (or 0xD48090) is known color: Charm. HEX triplet: D4, 80 and 90. RGB value is (212,128,144). Sum of RGB (Red+Green+Blue) = 212+128+144=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D48090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48090 is #2B7F6F. Grayscale: #9A9A9A. Windows color (decimal): -2850672 or 9470164. OLE color: 9470164.
HSL color Cylindrical-coordinate representation of color #D48090: hue angle of 348.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48090 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 144 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.17 |
| HSL | 348.57º | 0.49% | 0.67% | - |
| HSV(B) | 348.57º | 0.4% | 0.83% | - |
| XYZ | 39.9 | 31.45 | 30.35 | - |
| YUV | 154.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 144 | 0 | 0.40 | 0.32 | 0.17 | 348.57 | 0.49 | 0.67 |
| Hex | D4 | 80 | 90 | 0 | 28 | 20 | 11 | 15D | 31 | 43 |
| Octal | 324 | 200 | 220 | 0 | 50 | 40 | 21 | 535 | 61 | 103 |
| Binary | 11010100 | 10000000 | 10010000 | 0 | 101000 | 100000 | 10001 | 101011101 | 110001 | 1000011 |
Color Harmonies of #D48090
Complementary color
Monochromatic Colors of #D48090
Black with #D48090
Text Example
Text Example
White with #D48090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48090; }
p { color: rgb(212,128,144); }
H1.HeaderClassName
{
color: #D48090;
}
.AnyTagClassName
{
color: #D48090;
}
</style>
background-color css
<style>
a { background-color: #D48090; }
a { background-color: rgb(212,128,144); }
div.DivClassName
{
background-color: #D48090;
}
.BgClassName
{
background-color: #D48090;
}
</style>
border-color css
<style>
span { border-color: #D48090; }
span { border-color: rgb(212,128,144); }
td.TdClassName
{
border-color: #D48090;
}
.TagClassName
{
border-color: #D48090;
}
</style>