Shades of Charm #D5707F
Tints of Charm #D5707F
RGB
CMYK
RGB Variations
Color information
#D5707F (or 0xD5707F) is known color: Charm. HEX triplet: D5, 70 and 7F. RGB value is (213,112,127). Sum of RGB (Red+Green+Blue) = 213+112+127=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5707F is #2A8F80. Grayscale: #8F8F8F. Windows color (decimal): -2789249 or 8351957. OLE color: 8351957.
HSL color Cylindrical-coordinate representation of color #D5707F: hue angle of 351.09º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5707F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 127 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.16 |
| HSL | 351.09º | 0.55% | 0.64% | - |
| HSV(B) | 351.09º | 0.47% | 0.84% | - |
| XYZ | 37.07 | 27.27 | 23.39 | - |
| YUV | 143.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 127 | 0 | 0.47 | 0.40 | 0.16 | 351.09 | 0.55 | 0.64 |
| Hex | D5 | 70 | 7F | 0 | 2F | 28 | 10 | 15F | 37 | 40 |
| Octal | 325 | 160 | 177 | 0 | 57 | 50 | 20 | 537 | 67 | 100 |
| Binary | 11010101 | 1110000 | 1111111 | 0 | 101111 | 101000 | 10000 | 101011111 | 110111 | 1000000 |
Color Harmonies of #D5707F
Complementary color
Monochromatic Colors of #D5707F
Black with #D5707F
Text Example
Text Example
White with #D5707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5707F; }
p { color: rgb(213,112,127); }
H1.HeaderClassName
{
color: #D5707F;
}
.AnyTagClassName
{
color: #D5707F;
}
</style>
background-color css
<style>
a { background-color: #D5707F; }
a { background-color: rgb(213,112,127); }
div.DivClassName
{
background-color: #D5707F;
}
.BgClassName
{
background-color: #D5707F;
}
</style>
border-color css
<style>
span { border-color: #D5707F; }
span { border-color: rgb(213,112,127); }
td.TdClassName
{
border-color: #D5707F;
}
.TagClassName
{
border-color: #D5707F;
}
</style>