Shades of Charm #D2758B
Tints of Charm #D2758B
RGB
CMYK
RGB Variations
Color information
#D2758B (or 0xD2758B) is known color: Charm. HEX triplet: D2, 75 and 8B. RGB value is (210,117,139). Sum of RGB (Red+Green+Blue) = 210+117+139=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2758B is #2D8A74. Grayscale: #939393. Windows color (decimal): -2984565 or 9139666. OLE color: 9139666.
HSL color Cylindrical-coordinate representation of color #D2758B: hue angle of 345.81º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2758B is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 139 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.18 |
| HSL | 345.81º | 0.51% | 0.64% | - |
| HSV(B) | 345.81º | 0.44% | 0.82% | - |
| XYZ | 37.6 | 28.29 | 27.9 | - |
| YUV | 147.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 139 | 0 | 0.44 | 0.34 | 0.18 | 345.81 | 0.51 | 0.64 |
| Hex | D2 | 75 | 8B | 0 | 2C | 22 | 12 | 15A | 33 | 40 |
| Octal | 322 | 165 | 213 | 0 | 54 | 42 | 22 | 532 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10001011 | 0 | 101100 | 100010 | 10010 | 101011010 | 110011 | 1000000 |
Color Harmonies of #D2758B
Complementary color
Monochromatic Colors of #D2758B
Black with #D2758B
Text Example
Text Example
White with #D2758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2758B; }
p { color: rgb(210,117,139); }
H1.HeaderClassName
{
color: #D2758B;
}
.AnyTagClassName
{
color: #D2758B;
}
</style>
background-color css
<style>
a { background-color: #D2758B; }
a { background-color: rgb(210,117,139); }
div.DivClassName
{
background-color: #D2758B;
}
.BgClassName
{
background-color: #D2758B;
}
</style>
border-color css
<style>
span { border-color: #D2758B; }
span { border-color: rgb(210,117,139); }
td.TdClassName
{
border-color: #D2758B;
}
.TagClassName
{
border-color: #D2758B;
}
</style>