Shades of Charm #D07589
Tints of Charm #D07589
RGB
CMYK
RGB Variations
Color information
#D07589 (or 0xD07589) is known color: Charm. HEX triplet: D0, 75 and 89. RGB value is (208,117,137). Sum of RGB (Red+Green+Blue) = 208+117+137=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D07589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07589 is #2F8A76. Grayscale: #929292. Windows color (decimal): -3115639 or 9008592. OLE color: 9008592.
HSL color Cylindrical-coordinate representation of color #D07589: hue angle of 346.81º 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 #D07589 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 137 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.18 |
| HSL | 346.81º | 0.49% | 0.64% | - |
| HSV(B) | 346.81º | 0.44% | 0.82% | - |
| XYZ | 36.89 | 27.94 | 27.12 | - |
| YUV | 146.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 137 | 0 | 0.44 | 0.34 | 0.18 | 346.81 | 0.49 | 0.64 |
| Hex | D0 | 75 | 89 | 0 | 2C | 22 | 12 | 15B | 31 | 40 |
| Octal | 320 | 165 | 211 | 0 | 54 | 42 | 22 | 533 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10001001 | 0 | 101100 | 100010 | 10010 | 101011011 | 110001 | 1000000 |
Color Harmonies of #D07589
Complementary color
Monochromatic Colors of #D07589
Black with #D07589
Text Example
Text Example
White with #D07589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07589; }
p { color: rgb(208,117,137); }
H1.HeaderClassName
{
color: #D07589;
}
.AnyTagClassName
{
color: #D07589;
}
</style>
background-color css
<style>
a { background-color: #D07589; }
a { background-color: rgb(208,117,137); }
div.DivClassName
{
background-color: #D07589;
}
.BgClassName
{
background-color: #D07589;
}
</style>
border-color css
<style>
span { border-color: #D07589; }
span { border-color: rgb(208,117,137); }
td.TdClassName
{
border-color: #D07589;
}
.TagClassName
{
border-color: #D07589;
}
</style>