Shades of Charm #D07485
Tints of Charm #D07485
RGB
CMYK
RGB Variations
Color information
#D07485 (or 0xD07485) is known color: Charm. HEX triplet: D0, 74 and 85. RGB value is (208,116,133). Sum of RGB (Red+Green+Blue) = 208+116+133=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07485 is #2F8B7A. Grayscale: #919191. Windows color (decimal): -3115899 or 8746192. OLE color: 8746192.
HSL color Cylindrical-coordinate representation of color #D07485: hue angle of 348.91º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07485 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 133 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.18 |
| HSL | 348.91º | 0.49% | 0.64% | - |
| HSV(B) | 348.91º | 0.44% | 0.82% | - |
| XYZ | 36.49 | 27.59 | 25.59 | - |
| YUV | 145.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 133 | 0 | 0.44 | 0.36 | 0.18 | 348.91 | 0.49 | 0.64 |
| Hex | D0 | 74 | 85 | 0 | 2C | 24 | 12 | 15D | 31 | 40 |
| Octal | 320 | 164 | 205 | 0 | 54 | 44 | 22 | 535 | 61 | 100 |
| Binary | 11010000 | 1110100 | 10000101 | 0 | 101100 | 100100 | 10010 | 101011101 | 110001 | 1000000 |
Color Harmonies of #D07485
Complementary color
Monochromatic Colors of #D07485
Black with #D07485
Text Example
Text Example
White with #D07485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07485; }
p { color: rgb(208,116,133); }
H1.HeaderClassName
{
color: #D07485;
}
.AnyTagClassName
{
color: #D07485;
}
</style>
background-color css
<style>
a { background-color: #D07485; }
a { background-color: rgb(208,116,133); }
div.DivClassName
{
background-color: #D07485;
}
.BgClassName
{
background-color: #D07485;
}
</style>
border-color css
<style>
span { border-color: #D07485; }
span { border-color: rgb(208,116,133); }
td.TdClassName
{
border-color: #D07485;
}
.TagClassName
{
border-color: #D07485;
}
</style>