Shades of Charm #D07084
Tints of Charm #D07084
RGB
CMYK
RGB Variations
Color information
#D07084 (or 0xD07084) is known color: Charm. HEX triplet: D0, 70 and 84. RGB value is (208,112,132). Sum of RGB (Red+Green+Blue) = 208+112+132=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D07084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07084 is #2F8F7B. Grayscale: #8F8F8F. Windows color (decimal): -3116924 or 8679632. OLE color: 8679632.
HSL color Cylindrical-coordinate representation of color #D07084: hue angle of 347.5º 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 #D07084 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 132 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.18 |
| HSL | 347.5º | 0.51% | 0.63% | - |
| HSV(B) | 347.5º | 0.46% | 0.82% | - |
| XYZ | 35.97 | 26.66 | 25.08 | - |
| YUV | 142.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 132 | 0 | 0.46 | 0.37 | 0.18 | 347.5 | 0.51 | 0.63 |
| Hex | D0 | 70 | 84 | 0 | 2E | 25 | 12 | 15C | 33 | 3F |
| Octal | 320 | 160 | 204 | 0 | 56 | 45 | 22 | 534 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10000100 | 0 | 101110 | 100101 | 10010 | 101011100 | 110011 | 111111 |
Color Harmonies of #D07084
Complementary color
Monochromatic Colors of #D07084
Black with #D07084
Text Example
Text Example
White with #D07084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07084; }
p { color: rgb(208,112,132); }
H1.HeaderClassName
{
color: #D07084;
}
.AnyTagClassName
{
color: #D07084;
}
</style>
background-color css
<style>
a { background-color: #D07084; }
a { background-color: rgb(208,112,132); }
div.DivClassName
{
background-color: #D07084;
}
.BgClassName
{
background-color: #D07084;
}
</style>
border-color css
<style>
span { border-color: #D07084; }
span { border-color: rgb(208,112,132); }
td.TdClassName
{
border-color: #D07084;
}
.TagClassName
{
border-color: #D07084;
}
</style>