Shades of Charm #D5647D
Tints of Charm #D5647D
RGB
CMYK
RGB Variations
Color information
#D5647D (or 0xD5647D) is known color: Charm. HEX triplet: D5, 64 and 7D. RGB value is (213,100,125). Sum of RGB (Red+Green+Blue) = 213+100+125=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5647D is #2A9B82. Grayscale: #888888. Windows color (decimal): -2792323 or 8217813. OLE color: 8217813.
HSL color Cylindrical-coordinate representation of color #D5647D: hue angle of 346.73º 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 #D5647D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 125 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.16 |
| HSL | 346.73º | 0.57% | 0.61% | - |
| HSV(B) | 346.73º | 0.53% | 0.84% | - |
| XYZ | 35.7 | 24.74 | 22.3 | - |
| YUV | 136.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 125 | 0 | 0.53 | 0.41 | 0.16 | 346.73 | 0.57 | 0.61 |
| Hex | D5 | 64 | 7D | 0 | 35 | 29 | 10 | 15B | 39 | 3D |
| Octal | 325 | 144 | 175 | 0 | 65 | 51 | 20 | 533 | 71 | 75 |
| Binary | 11010101 | 1100100 | 1111101 | 0 | 110101 | 101001 | 10000 | 101011011 | 111001 | 111101 |
Color Harmonies of #D5647D
Complementary color
Monochromatic Colors of #D5647D
Black with #D5647D
Text Example
Text Example
White with #D5647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5647D; }
p { color: rgb(213,100,125); }
H1.HeaderClassName
{
color: #D5647D;
}
.AnyTagClassName
{
color: #D5647D;
}
</style>
background-color css
<style>
a { background-color: #D5647D; }
a { background-color: rgb(213,100,125); }
div.DivClassName
{
background-color: #D5647D;
}
.BgClassName
{
background-color: #D5647D;
}
</style>
border-color css
<style>
span { border-color: #D5647D; }
span { border-color: rgb(213,100,125); }
td.TdClassName
{
border-color: #D5647D;
}
.TagClassName
{
border-color: #D5647D;
}
</style>