Shades of Charm #D2748E
Tints of Charm #D2748E
RGB
CMYK
RGB Variations
Color information
#D2748E (or 0xD2748E) is known color: Charm. HEX triplet: D2, 74 and 8E. RGB value is (210,116,142). Sum of RGB (Red+Green+Blue) = 210+116+142=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2748E is #2D8B71. Grayscale: #939393. Windows color (decimal): -2984818 or 9336018. OLE color: 9336018.
HSL color Cylindrical-coordinate representation of color #D2748E: hue angle of 343.4º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2748E is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 142 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.18 |
| HSL | 343.4º | 0.51% | 0.64% | - |
| HSV(B) | 343.4º | 0.45% | 0.82% | - |
| XYZ | 37.71 | 28.15 | 29.04 | - |
| YUV | 147.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 142 | 0 | 0.45 | 0.32 | 0.18 | 343.4 | 0.51 | 0.64 |
| Hex | D2 | 74 | 8E | 0 | 2D | 20 | 12 | 157 | 33 | 40 |
| Octal | 322 | 164 | 216 | 0 | 55 | 40 | 22 | 527 | 63 | 100 |
| Binary | 11010010 | 1110100 | 10001110 | 0 | 101101 | 100000 | 10010 | 101010111 | 110011 | 1000000 |
Color Harmonies of #D2748E
Complementary color
Monochromatic Colors of #D2748E
Black with #D2748E
Text Example
Text Example
White with #D2748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2748E; }
p { color: rgb(210,116,142); }
H1.HeaderClassName
{
color: #D2748E;
}
.AnyTagClassName
{
color: #D2748E;
}
</style>
background-color css
<style>
a { background-color: #D2748E; }
a { background-color: rgb(210,116,142); }
div.DivClassName
{
background-color: #D2748E;
}
.BgClassName
{
background-color: #D2748E;
}
</style>
border-color css
<style>
span { border-color: #D2748E; }
span { border-color: rgb(210,116,142); }
td.TdClassName
{
border-color: #D2748E;
}
.TagClassName
{
border-color: #D2748E;
}
</style>