Shades of Charm #D0707D
Tints of Charm #D0707D
RGB
CMYK
RGB Variations
Color information
#D0707D (or 0xD0707D) is known color: Charm. HEX triplet: D0, 70 and 7D. RGB value is (208,112,125). Sum of RGB (Red+Green+Blue) = 208+112+125=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0707D is #2F8F82. Grayscale: #8E8E8E. Windows color (decimal): -3116931 or 8220880. OLE color: 8220880.
HSL color Cylindrical-coordinate representation of color #D0707D: hue angle of 351.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0707D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 125 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.18 |
| HSL | 351.88º | 0.51% | 0.63% | - |
| HSV(B) | 351.88º | 0.46% | 0.82% | - |
| XYZ | 35.51 | 26.48 | 22.64 | - |
| YUV | 142.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 125 | 0 | 0.46 | 0.40 | 0.18 | 351.88 | 0.51 | 0.63 |
| Hex | D0 | 70 | 7D | 0 | 2E | 28 | 12 | 160 | 33 | 3F |
| Octal | 320 | 160 | 175 | 0 | 56 | 50 | 22 | 540 | 63 | 77 |
| Binary | 11010000 | 1110000 | 1111101 | 0 | 101110 | 101000 | 10010 | 101100000 | 110011 | 111111 |
Color Harmonies of #D0707D
Complementary color
Monochromatic Colors of #D0707D
Black with #D0707D
Text Example
Text Example
White with #D0707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0707D; }
p { color: rgb(208,112,125); }
H1.HeaderClassName
{
color: #D0707D;
}
.AnyTagClassName
{
color: #D0707D;
}
</style>
background-color css
<style>
a { background-color: #D0707D; }
a { background-color: rgb(208,112,125); }
div.DivClassName
{
background-color: #D0707D;
}
.BgClassName
{
background-color: #D0707D;
}
</style>
border-color css
<style>
span { border-color: #D0707D; }
span { border-color: rgb(208,112,125); }
td.TdClassName
{
border-color: #D0707D;
}
.TagClassName
{
border-color: #D0707D;
}
</style>