Shades of Charm #D5647E
Tints of Charm #D5647E
RGB
CMYK
RGB Variations
Color information
#D5647E (or 0xD5647E) is known color: Charm. HEX triplet: D5, 64 and 7E. RGB value is (213,100,126). Sum of RGB (Red+Green+Blue) = 213+100+126=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5647E is #2A9B81. Grayscale: #888888. Windows color (decimal): -2792322 or 8283349. OLE color: 8283349.
HSL color Cylindrical-coordinate representation of color #D5647E: hue angle of 346.19º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5647E is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 126 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.16 |
| HSL | 346.19º | 0.57% | 0.61% | - |
| HSV(B) | 346.19º | 0.53% | 0.84% | - |
| XYZ | 35.76 | 24.77 | 22.63 | - |
| YUV | 136.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 126 | 0 | 0.53 | 0.41 | 0.16 | 346.19 | 0.57 | 0.61 |
| Hex | D5 | 64 | 7E | 0 | 35 | 29 | 10 | 15A | 39 | 3D |
| Octal | 325 | 144 | 176 | 0 | 65 | 51 | 20 | 532 | 71 | 75 |
| Binary | 11010101 | 1100100 | 1111110 | 0 | 110101 | 101001 | 10000 | 101011010 | 111001 | 111101 |
Color Harmonies of #D5647E
Complementary color
Monochromatic Colors of #D5647E
Black with #D5647E
Text Example
Text Example
White with #D5647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5647E; }
p { color: rgb(213,100,126); }
H1.HeaderClassName
{
color: #D5647E;
}
.AnyTagClassName
{
color: #D5647E;
}
</style>
background-color css
<style>
a { background-color: #D5647E; }
a { background-color: rgb(213,100,126); }
div.DivClassName
{
background-color: #D5647E;
}
.BgClassName
{
background-color: #D5647E;
}
</style>
border-color css
<style>
span { border-color: #D5647E; }
span { border-color: rgb(213,100,126); }
td.TdClassName
{
border-color: #D5647E;
}
.TagClassName
{
border-color: #D5647E;
}
</style>