Shades of Charm #D2757D
Tints of Charm #D2757D
RGB
CMYK
RGB Variations
Color information
#D2757D (or 0xD2757D) is known color: Charm. HEX triplet: D2, 75 and 7D. RGB value is (210,117,125). Sum of RGB (Red+Green+Blue) = 210+117+125=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2757D is #2D8A82. Grayscale: #919191. Windows color (decimal): -2984579 or 8222162. OLE color: 8222162.
HSL color Cylindrical-coordinate representation of color #D2757D: hue angle of 354.84º 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 #D2757D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 125 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.18 |
| HSL | 354.84º | 0.51% | 0.64% | - |
| HSV(B) | 354.84º | 0.44% | 0.82% | - |
| XYZ | 36.64 | 27.9 | 22.86 | - |
| YUV | 145.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 125 | 0 | 0.44 | 0.40 | 0.18 | 354.84 | 0.51 | 0.64 |
| Hex | D2 | 75 | 7D | 0 | 2C | 28 | 12 | 163 | 33 | 40 |
| Octal | 322 | 165 | 175 | 0 | 54 | 50 | 22 | 543 | 63 | 100 |
| Binary | 11010010 | 1110101 | 1111101 | 0 | 101100 | 101000 | 10010 | 101100011 | 110011 | 1000000 |
Color Harmonies of #D2757D
Complementary color
Monochromatic Colors of #D2757D
Black with #D2757D
Text Example
Text Example
White with #D2757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2757D; }
p { color: rgb(210,117,125); }
H1.HeaderClassName
{
color: #D2757D;
}
.AnyTagClassName
{
color: #D2757D;
}
</style>
background-color css
<style>
a { background-color: #D2757D; }
a { background-color: rgb(210,117,125); }
div.DivClassName
{
background-color: #D2757D;
}
.BgClassName
{
background-color: #D2757D;
}
</style>
border-color css
<style>
span { border-color: #D2757D; }
span { border-color: rgb(210,117,125); }
td.TdClassName
{
border-color: #D2757D;
}
.TagClassName
{
border-color: #D2757D;
}
</style>