Shades of Charm #D4647D
Tints of Charm #D4647D
RGB
CMYK
RGB Variations
Color information
#D4647D (or 0xD4647D) is known color: Charm. HEX triplet: D4, 64 and 7D. RGB value is (212,100,125). Sum of RGB (Red+Green+Blue) = 212+100+125=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4647D is #2B9B82. Grayscale: #888888. Windows color (decimal): -2857859 or 8217812. OLE color: 8217812.
HSL color Cylindrical-coordinate representation of color #D4647D: hue angle of 346.61º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4647D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 125 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.17 |
| HSL | 346.61º | 0.57% | 0.61% | - |
| HSV(B) | 346.61º | 0.53% | 0.83% | - |
| XYZ | 35.41 | 24.59 | 22.28 | - |
| YUV | 136.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 125 | 0 | 0.53 | 0.41 | 0.17 | 346.61 | 0.57 | 0.61 |
| Hex | D4 | 64 | 7D | 0 | 35 | 29 | 11 | 15B | 39 | 3D |
| Octal | 324 | 144 | 175 | 0 | 65 | 51 | 21 | 533 | 71 | 75 |
| Binary | 11010100 | 1100100 | 1111101 | 0 | 110101 | 101001 | 10001 | 101011011 | 111001 | 111101 |
Color Harmonies of #D4647D
Complementary color
Monochromatic Colors of #D4647D
Black with #D4647D
Text Example
Text Example
White with #D4647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4647D; }
p { color: rgb(212,100,125); }
H1.HeaderClassName
{
color: #D4647D;
}
.AnyTagClassName
{
color: #D4647D;
}
</style>
background-color css
<style>
a { background-color: #D4647D; }
a { background-color: rgb(212,100,125); }
div.DivClassName
{
background-color: #D4647D;
}
.BgClassName
{
background-color: #D4647D;
}
</style>
border-color css
<style>
span { border-color: #D4647D; }
span { border-color: rgb(212,100,125); }
td.TdClassName
{
border-color: #D4647D;
}
.TagClassName
{
border-color: #D4647D;
}
</style>