Shades of Charm #D2647F
Tints of Charm #D2647F
RGB
CMYK
RGB Variations
Color information
#D2647F (or 0xD2647F) is known color: Charm. HEX triplet: D2, 64 and 7F. RGB value is (210,100,127). Sum of RGB (Red+Green+Blue) = 210+100+127=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2647F is #2D9B80. Grayscale: #878787. Windows color (decimal): -2988929 or 8348882. OLE color: 8348882.
HSL color Cylindrical-coordinate representation of color #D2647F: hue angle of 345.27º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2647F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 127 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.18 |
| HSL | 345.27º | 0.55% | 0.61% | - |
| HSV(B) | 345.27º | 0.52% | 0.82% | - |
| XYZ | 34.97 | 24.35 | 22.94 | - |
| YUV | 135.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 127 | 0 | 0.52 | 0.40 | 0.18 | 345.27 | 0.55 | 0.61 |
| Hex | D2 | 64 | 7F | 0 | 34 | 28 | 12 | 159 | 37 | 3D |
| Octal | 322 | 144 | 177 | 0 | 64 | 50 | 22 | 531 | 67 | 75 |
| Binary | 11010010 | 1100100 | 1111111 | 0 | 110100 | 101000 | 10010 | 101011001 | 110111 | 111101 |
Color Harmonies of #D2647F
Complementary color
Monochromatic Colors of #D2647F
Black with #D2647F
Text Example
Text Example
White with #D2647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2647F; }
p { color: rgb(210,100,127); }
H1.HeaderClassName
{
color: #D2647F;
}
.AnyTagClassName
{
color: #D2647F;
}
</style>
background-color css
<style>
a { background-color: #D2647F; }
a { background-color: rgb(210,100,127); }
div.DivClassName
{
background-color: #D2647F;
}
.BgClassName
{
background-color: #D2647F;
}
</style>
border-color css
<style>
span { border-color: #D2647F; }
span { border-color: rgb(210,100,127); }
td.TdClassName
{
border-color: #D2647F;
}
.TagClassName
{
border-color: #D2647F;
}
</style>