Shades of Charm #D2637E
Tints of Charm #D2637E
RGB
CMYK
RGB Variations
Color information
#D2637E (or 0xD2637E) is known color: Charm. HEX triplet: D2, 63 and 7E. RGB value is (210,99,126). Sum of RGB (Red+Green+Blue) = 210+99+126=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2637E is #2D9C81. Grayscale: #878787. Windows color (decimal): -2989186 or 8283090. OLE color: 8283090.
HSL color Cylindrical-coordinate representation of color #D2637E: hue angle of 345.41º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2637E is Cyan = 0, Magento = 0.53, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 126 | - |
| CMYK | 0 | 0.53 | 0.4 | 0.18 |
| HSL | 345.41º | 0.55% | 0.61% | - |
| HSV(B) | 345.41º | 0.53% | 0.82% | - |
| XYZ | 34.81 | 24.13 | 22.56 | - |
| YUV | 135.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 126 | 0 | 0.53 | 0.4 | 0.18 | 345.41 | 0.55 | 0.61 |
| Hex | D2 | 63 | 7E | 0 | 35 | 28 | 12 | 159 | 37 | 3D |
| Octal | 322 | 143 | 176 | 0 | 65 | 50 | 22 | 531 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1111110 | 0 | 110101 | 101000 | 10010 | 101011001 | 110111 | 111101 |
Color Harmonies of #D2637E
Complementary color
Monochromatic Colors of #D2637E
Black with #D2637E
Text Example
Text Example
White with #D2637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2637E; }
p { color: rgb(210,99,126); }
H1.HeaderClassName
{
color: #D2637E;
}
.AnyTagClassName
{
color: #D2637E;
}
</style>
background-color css
<style>
a { background-color: #D2637E; }
a { background-color: rgb(210,99,126); }
div.DivClassName
{
background-color: #D2637E;
}
.BgClassName
{
background-color: #D2637E;
}
</style>
border-color css
<style>
span { border-color: #D2637E; }
span { border-color: rgb(210,99,126); }
td.TdClassName
{
border-color: #D2637E;
}
.TagClassName
{
border-color: #D2637E;
}
</style>