Shades of Charm #D2748C
Tints of Charm #D2748C
RGB
CMYK
RGB Variations
Color information
#D2748C (or 0xD2748C) is known color: Charm. HEX triplet: D2, 74 and 8C. RGB value is (210,116,140). Sum of RGB (Red+Green+Blue) = 210+116+140=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2748C is #2D8B73. Grayscale: #929292. Windows color (decimal): -2984820 or 9204946. OLE color: 9204946.
HSL color Cylindrical-coordinate representation of color #D2748C: hue angle of 344.68º 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 #D2748C is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 140 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.18 |
| HSL | 344.68º | 0.51% | 0.64% | - |
| HSV(B) | 344.68º | 0.45% | 0.82% | - |
| XYZ | 37.56 | 28.09 | 28.25 | - |
| YUV | 146.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 140 | 0 | 0.45 | 0.33 | 0.18 | 344.68 | 0.51 | 0.64 |
| Hex | D2 | 74 | 8C | 0 | 2D | 21 | 12 | 159 | 33 | 40 |
| Octal | 322 | 164 | 214 | 0 | 55 | 41 | 22 | 531 | 63 | 100 |
| Binary | 11010010 | 1110100 | 10001100 | 0 | 101101 | 100001 | 10010 | 101011001 | 110011 | 1000000 |
Color Harmonies of #D2748C
Complementary color
Monochromatic Colors of #D2748C
Black with #D2748C
Text Example
Text Example
White with #D2748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2748C; }
p { color: rgb(210,116,140); }
H1.HeaderClassName
{
color: #D2748C;
}
.AnyTagClassName
{
color: #D2748C;
}
</style>
background-color css
<style>
a { background-color: #D2748C; }
a { background-color: rgb(210,116,140); }
div.DivClassName
{
background-color: #D2748C;
}
.BgClassName
{
background-color: #D2748C;
}
</style>
border-color css
<style>
span { border-color: #D2748C; }
span { border-color: rgb(210,116,140); }
td.TdClassName
{
border-color: #D2748C;
}
.TagClassName
{
border-color: #D2748C;
}
</style>