Shades of Charm #D07B84
Tints of Charm #D07B84
RGB
CMYK
RGB Variations
Color information
#D07B84 (or 0xD07B84) is known color: Charm. HEX triplet: D0, 7B and 84. RGB value is (208,123,132). Sum of RGB (Red+Green+Blue) = 208+123+132=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07B84 is #2F847B. Grayscale: #959595. Windows color (decimal): -3114108 or 8682448. OLE color: 8682448.
HSL color Cylindrical-coordinate representation of color #D07B84: hue angle of 353.65º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07B84 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 123 | 132 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.18 |
| HSL | 353.65º | 0.47% | 0.65% | - |
| HSV(B) | 353.65º | 0.41% | 0.82% | - |
| XYZ | 37.26 | 29.24 | 25.51 | - |
| YUV | 149.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 132 | 0 | 0.41 | 0.37 | 0.18 | 353.65 | 0.47 | 0.65 |
| Hex | D0 | 7B | 84 | 0 | 29 | 25 | 12 | 162 | 2F | 41 |
| Octal | 320 | 173 | 204 | 0 | 51 | 45 | 22 | 542 | 57 | 101 |
| Binary | 11010000 | 1111011 | 10000100 | 0 | 101001 | 100101 | 10010 | 101100010 | 101111 | 1000001 |
Color Harmonies of #D07B84
Complementary color
Monochromatic Colors of #D07B84
Black with #D07B84
Text Example
Text Example
White with #D07B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07B84; }
p { color: rgb(208,123,132); }
H1.HeaderClassName
{
color: #D07B84;
}
.AnyTagClassName
{
color: #D07B84;
}
</style>
background-color css
<style>
a { background-color: #D07B84; }
a { background-color: rgb(208,123,132); }
div.DivClassName
{
background-color: #D07B84;
}
.BgClassName
{
background-color: #D07B84;
}
</style>
border-color css
<style>
span { border-color: #D07B84; }
span { border-color: rgb(208,123,132); }
td.TdClassName
{
border-color: #D07B84;
}
.TagClassName
{
border-color: #D07B84;
}
</style>