Shades of Charm #D0637D
Tints of Charm #D0637D
RGB
CMYK
RGB Variations
Color information
#D0637D (or 0xD0637D) is known color: Charm. HEX triplet: D0, 63 and 7D. RGB value is (208,99,125). Sum of RGB (Red+Green+Blue) = 208+99+125=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0637D is #2F9C82. Grayscale: #868686. Windows color (decimal): -3120259 or 8217552. OLE color: 8217552.
HSL color Cylindrical-coordinate representation of color #D0637D: hue angle of 345.69º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0637D is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 125 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.18 |
| HSL | 345.69º | 0.54% | 0.6% | - |
| HSV(B) | 345.69º | 0.52% | 0.82% | - |
| XYZ | 34.18 | 23.81 | 22.2 | - |
| YUV | 134.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 125 | 0 | 0.52 | 0.40 | 0.18 | 345.69 | 0.54 | 0.6 |
| Hex | D0 | 63 | 7D | 0 | 34 | 28 | 12 | 15A | 36 | 3C |
| Octal | 320 | 143 | 175 | 0 | 64 | 50 | 22 | 532 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1111101 | 0 | 110100 | 101000 | 10010 | 101011010 | 110110 | 111100 |
Color Harmonies of #D0637D
Complementary color
Monochromatic Colors of #D0637D
Black with #D0637D
Text Example
Text Example
White with #D0637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0637D; }
p { color: rgb(208,99,125); }
H1.HeaderClassName
{
color: #D0637D;
}
.AnyTagClassName
{
color: #D0637D;
}
</style>
background-color css
<style>
a { background-color: #D0637D; }
a { background-color: rgb(208,99,125); }
div.DivClassName
{
background-color: #D0637D;
}
.BgClassName
{
background-color: #D0637D;
}
</style>
border-color css
<style>
span { border-color: #D0637D; }
span { border-color: rgb(208,99,125); }
td.TdClassName
{
border-color: #D0637D;
}
.TagClassName
{
border-color: #D0637D;
}
</style>