Shades of Charm #D5757E
Tints of Charm #D5757E
RGB
CMYK
RGB Variations
Color information
#D5757E (or 0xD5757E) is known color: Charm. HEX triplet: D5, 75 and 7E. RGB value is (213,117,126). Sum of RGB (Red+Green+Blue) = 213+117+126=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5757E is #2A8A81. Grayscale: #929292. Windows color (decimal): -2787970 or 8287701. OLE color: 8287701.
HSL color Cylindrical-coordinate representation of color #D5757E: hue angle of 354.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5757E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 126 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.16 |
| HSL | 354.38º | 0.53% | 0.65% | - |
| HSV(B) | 354.38º | 0.45% | 0.84% | - |
| XYZ | 37.57 | 28.38 | 23.24 | - |
| YUV | 146.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 126 | 0 | 0.45 | 0.41 | 0.16 | 354.38 | 0.53 | 0.65 |
| Hex | D5 | 75 | 7E | 0 | 2D | 29 | 10 | 162 | 35 | 41 |
| Octal | 325 | 165 | 176 | 0 | 55 | 51 | 20 | 542 | 65 | 101 |
| Binary | 11010101 | 1110101 | 1111110 | 0 | 101101 | 101001 | 10000 | 101100010 | 110101 | 1000001 |
Color Harmonies of #D5757E
Complementary color
Monochromatic Colors of #D5757E
Black with #D5757E
Text Example
Text Example
White with #D5757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5757E; }
p { color: rgb(213,117,126); }
H1.HeaderClassName
{
color: #D5757E;
}
.AnyTagClassName
{
color: #D5757E;
}
</style>
background-color css
<style>
a { background-color: #D5757E; }
a { background-color: rgb(213,117,126); }
div.DivClassName
{
background-color: #D5757E;
}
.BgClassName
{
background-color: #D5757E;
}
</style>
border-color css
<style>
span { border-color: #D5757E; }
span { border-color: rgb(213,117,126); }
td.TdClassName
{
border-color: #D5757E;
}
.TagClassName
{
border-color: #D5757E;
}
</style>