Shades of Charm #D5657F
Tints of Charm #D5657F
RGB
CMYK
RGB Variations
Color information
#D5657F (or 0xD5657F) is known color: Charm. HEX triplet: D5, 65 and 7F. RGB value is (213,101,127). Sum of RGB (Red+Green+Blue) = 213+101+127=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5657F is #2A9A80. Grayscale: #898989. Windows color (decimal): -2792065 or 8349141. OLE color: 8349141.
HSL color Cylindrical-coordinate representation of color #D5657F: hue angle of 346.07º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5657F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 127 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.16 |
| HSL | 346.07º | 0.57% | 0.62% | - |
| HSV(B) | 346.07º | 0.53% | 0.84% | - |
| XYZ | 35.93 | 24.99 | 23.01 | - |
| YUV | 137.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 127 | 0 | 0.53 | 0.40 | 0.16 | 346.07 | 0.57 | 0.62 |
| Hex | D5 | 65 | 7F | 0 | 35 | 28 | 10 | 15A | 39 | 3E |
| Octal | 325 | 145 | 177 | 0 | 65 | 50 | 20 | 532 | 71 | 76 |
| Binary | 11010101 | 1100101 | 1111111 | 0 | 110101 | 101000 | 10000 | 101011010 | 111001 | 111110 |
Color Harmonies of #D5657F
Complementary color
Monochromatic Colors of #D5657F
Black with #D5657F
Text Example
Text Example
White with #D5657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5657F; }
p { color: rgb(213,101,127); }
H1.HeaderClassName
{
color: #D5657F;
}
.AnyTagClassName
{
color: #D5657F;
}
</style>
background-color css
<style>
a { background-color: #D5657F; }
a { background-color: rgb(213,101,127); }
div.DivClassName
{
background-color: #D5657F;
}
.BgClassName
{
background-color: #D5657F;
}
</style>
border-color css
<style>
span { border-color: #D5657F; }
span { border-color: rgb(213,101,127); }
td.TdClassName
{
border-color: #D5657F;
}
.TagClassName
{
border-color: #D5657F;
}
</style>