Shades of Charm #D07082
Tints of Charm #D07082
RGB
CMYK
RGB Variations
Color information
#D07082 (or 0xD07082) is known color: Charm. HEX triplet: D0, 70 and 82. RGB value is (208,112,130). Sum of RGB (Red+Green+Blue) = 208+112+130=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D07082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07082 is #2F8F7D. Grayscale: #8E8E8E. Windows color (decimal): -3116926 or 8548560. OLE color: 8548560.
HSL color Cylindrical-coordinate representation of color #D07082: hue angle of 348.75º 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 #D07082 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 130 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.18 |
| HSL | 348.75º | 0.51% | 0.63% | - |
| HSV(B) | 348.75º | 0.46% | 0.82% | - |
| XYZ | 35.84 | 26.61 | 24.37 | - |
| YUV | 142.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 130 | 0 | 0.46 | 0.38 | 0.18 | 348.75 | 0.51 | 0.63 |
| Hex | D0 | 70 | 82 | 0 | 2E | 26 | 12 | 15D | 33 | 3F |
| Octal | 320 | 160 | 202 | 0 | 56 | 46 | 22 | 535 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10000010 | 0 | 101110 | 100110 | 10010 | 101011101 | 110011 | 111111 |
Color Harmonies of #D07082
Complementary color
Monochromatic Colors of #D07082
Black with #D07082
Text Example
Text Example
White with #D07082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07082; }
p { color: rgb(208,112,130); }
H1.HeaderClassName
{
color: #D07082;
}
.AnyTagClassName
{
color: #D07082;
}
</style>
background-color css
<style>
a { background-color: #D07082; }
a { background-color: rgb(208,112,130); }
div.DivClassName
{
background-color: #D07082;
}
.BgClassName
{
background-color: #D07082;
}
</style>
border-color css
<style>
span { border-color: #D07082; }
span { border-color: rgb(208,112,130); }
td.TdClassName
{
border-color: #D07082;
}
.TagClassName
{
border-color: #D07082;
}
</style>