Shades of Charm #D07E85
Tints of Charm #D07E85
RGB
CMYK
RGB Variations
Color information
#D07E85 (or 0xD07E85) is known color: Charm. HEX triplet: D0, 7E and 85. RGB value is (208,126,133). Sum of RGB (Red+Green+Blue) = 208+126+133=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E85 is #2F817A. Grayscale: #979797. Windows color (decimal): -3113339 or 8748752. OLE color: 8748752.
HSL color Cylindrical-coordinate representation of color #D07E85: hue angle of 354.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07E85 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 133 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.18 |
| HSL | 354.88º | 0.47% | 0.65% | - |
| HSV(B) | 354.88º | 0.39% | 0.82% | - |
| XYZ | 37.71 | 30.03 | 26 | - |
| YUV | 151.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 133 | 0 | 0.39 | 0.36 | 0.18 | 354.88 | 0.47 | 0.65 |
| Hex | D0 | 7E | 85 | 0 | 27 | 24 | 12 | 163 | 2F | 41 |
| Octal | 320 | 176 | 205 | 0 | 47 | 44 | 22 | 543 | 57 | 101 |
| Binary | 11010000 | 1111110 | 10000101 | 0 | 100111 | 100100 | 10010 | 101100011 | 101111 | 1000001 |
Color Harmonies of #D07E85
Complementary color
Monochromatic Colors of #D07E85
Black with #D07E85
Text Example
Text Example
White with #D07E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E85; }
p { color: rgb(208,126,133); }
H1.HeaderClassName
{
color: #D07E85;
}
.AnyTagClassName
{
color: #D07E85;
}
</style>
background-color css
<style>
a { background-color: #D07E85; }
a { background-color: rgb(208,126,133); }
div.DivClassName
{
background-color: #D07E85;
}
.BgClassName
{
background-color: #D07E85;
}
</style>
border-color css
<style>
span { border-color: #D07E85; }
span { border-color: rgb(208,126,133); }
td.TdClassName
{
border-color: #D07E85;
}
.TagClassName
{
border-color: #D07E85;
}
</style>