Shades of Charm #D5657D
Tints of Charm #D5657D
RGB
CMYK
RGB Variations
Color information
#D5657D (or 0xD5657D) is known color: Charm. HEX triplet: D5, 65 and 7D. RGB value is (213,101,125). Sum of RGB (Red+Green+Blue) = 213+101+125=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5657D is #2A9A82. Grayscale: #898989. Windows color (decimal): -2792067 or 8218069. OLE color: 8218069.
HSL color Cylindrical-coordinate representation of color #D5657D: hue angle of 347.14º 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 #D5657D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 125 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.16 |
| HSL | 347.14º | 0.57% | 0.62% | - |
| HSV(B) | 347.14º | 0.53% | 0.84% | - |
| XYZ | 35.8 | 24.93 | 22.33 | - |
| YUV | 137.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 125 | 0 | 0.53 | 0.41 | 0.16 | 347.14 | 0.57 | 0.62 |
| Hex | D5 | 65 | 7D | 0 | 35 | 29 | 10 | 15B | 39 | 3E |
| Octal | 325 | 145 | 175 | 0 | 65 | 51 | 20 | 533 | 71 | 76 |
| Binary | 11010101 | 1100101 | 1111101 | 0 | 110101 | 101001 | 10000 | 101011011 | 111001 | 111110 |
Color Harmonies of #D5657D
Complementary color
Monochromatic Colors of #D5657D
Black with #D5657D
Text Example
Text Example
White with #D5657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5657D; }
p { color: rgb(213,101,125); }
H1.HeaderClassName
{
color: #D5657D;
}
.AnyTagClassName
{
color: #D5657D;
}
</style>
background-color css
<style>
a { background-color: #D5657D; }
a { background-color: rgb(213,101,125); }
div.DivClassName
{
background-color: #D5657D;
}
.BgClassName
{
background-color: #D5657D;
}
</style>
border-color css
<style>
span { border-color: #D5657D; }
span { border-color: rgb(213,101,125); }
td.TdClassName
{
border-color: #D5657D;
}
.TagClassName
{
border-color: #D5657D;
}
</style>