Shades of Charm #D0637E
Tints of Charm #D0637E
RGB
CMYK
RGB Variations
Color information
#D0637E (or 0xD0637E) is known color: Charm. HEX triplet: D0, 63 and 7E. RGB value is (208,99,126). Sum of RGB (Red+Green+Blue) = 208+99+126=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0637E is #2F9C81. Grayscale: #868686. Windows color (decimal): -3120258 or 8283088. OLE color: 8283088.
HSL color Cylindrical-coordinate representation of color #D0637E: hue angle of 345.14º 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 #D0637E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 126 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.18 |
| HSL | 345.14º | 0.54% | 0.6% | - |
| HSV(B) | 345.14º | 0.52% | 0.82% | - |
| XYZ | 34.24 | 23.84 | 22.54 | - |
| YUV | 134.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 126 | 0 | 0.52 | 0.39 | 0.18 | 345.14 | 0.54 | 0.6 |
| Hex | D0 | 63 | 7E | 0 | 34 | 27 | 12 | 159 | 36 | 3C |
| Octal | 320 | 143 | 176 | 0 | 64 | 47 | 22 | 531 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1111110 | 0 | 110100 | 100111 | 10010 | 101011001 | 110110 | 111100 |
Color Harmonies of #D0637E
Complementary color
Monochromatic Colors of #D0637E
Black with #D0637E
Text Example
Text Example
White with #D0637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0637E; }
p { color: rgb(208,99,126); }
H1.HeaderClassName
{
color: #D0637E;
}
.AnyTagClassName
{
color: #D0637E;
}
</style>
background-color css
<style>
a { background-color: #D0637E; }
a { background-color: rgb(208,99,126); }
div.DivClassName
{
background-color: #D0637E;
}
.BgClassName
{
background-color: #D0637E;
}
</style>
border-color css
<style>
span { border-color: #D0637E; }
span { border-color: rgb(208,99,126); }
td.TdClassName
{
border-color: #D0637E;
}
.TagClassName
{
border-color: #D0637E;
}
</style>