Shades of Charm #D07785
Tints of Charm #D07785
RGB
CMYK
RGB Variations
Color information
#D07785 (or 0xD07785) is known color: Charm. HEX triplet: D0, 77 and 85. RGB value is (208,119,133). Sum of RGB (Red+Green+Blue) = 208+119+133=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D07785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07785 is #2F887A. Grayscale: #939393. Windows color (decimal): -3115131 or 8746960. OLE color: 8746960.
HSL color Cylindrical-coordinate representation of color #D07785: hue angle of 350.56º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07785 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 133 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.18 |
| HSL | 350.56º | 0.49% | 0.64% | - |
| HSV(B) | 350.56º | 0.43% | 0.82% | - |
| XYZ | 36.84 | 28.3 | 25.71 | - |
| YUV | 147.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 133 | 0 | 0.43 | 0.36 | 0.18 | 350.56 | 0.49 | 0.64 |
| Hex | D0 | 77 | 85 | 0 | 2B | 24 | 12 | 15F | 31 | 40 |
| Octal | 320 | 167 | 205 | 0 | 53 | 44 | 22 | 537 | 61 | 100 |
| Binary | 11010000 | 1110111 | 10000101 | 0 | 101011 | 100100 | 10010 | 101011111 | 110001 | 1000000 |
Color Harmonies of #D07785
Complementary color
Monochromatic Colors of #D07785
Black with #D07785
Text Example
Text Example
White with #D07785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07785; }
p { color: rgb(208,119,133); }
H1.HeaderClassName
{
color: #D07785;
}
.AnyTagClassName
{
color: #D07785;
}
</style>
background-color css
<style>
a { background-color: #D07785; }
a { background-color: rgb(208,119,133); }
div.DivClassName
{
background-color: #D07785;
}
.BgClassName
{
background-color: #D07785;
}
</style>
border-color css
<style>
span { border-color: #D07785; }
span { border-color: rgb(208,119,133); }
td.TdClassName
{
border-color: #D07785;
}
.TagClassName
{
border-color: #D07785;
}
</style>