Shades of Charm #D07089
Tints of Charm #D07089
RGB
CMYK
RGB Variations
Color information
#D07089 (or 0xD07089) is known color: Charm. HEX triplet: D0, 70 and 89. RGB value is (208,112,137). Sum of RGB (Red+Green+Blue) = 208+112+137=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07089 is #2F8F76. Grayscale: #8F8F8F. Windows color (decimal): -3116919 or 9007312. OLE color: 9007312.
HSL color Cylindrical-coordinate representation of color #D07089: hue angle of 344.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07089 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 137 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.18 |
| HSL | 344.38º | 0.51% | 0.63% | - |
| HSV(B) | 344.38º | 0.46% | 0.82% | - |
| XYZ | 36.32 | 26.8 | 26.93 | - |
| YUV | 143.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 137 | 0 | 0.46 | 0.34 | 0.18 | 344.38 | 0.51 | 0.63 |
| Hex | D0 | 70 | 89 | 0 | 2E | 22 | 12 | 158 | 33 | 3F |
| Octal | 320 | 160 | 211 | 0 | 56 | 42 | 22 | 530 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10001001 | 0 | 101110 | 100010 | 10010 | 101011000 | 110011 | 111111 |
Color Harmonies of #D07089
Complementary color
Monochromatic Colors of #D07089
Black with #D07089
Text Example
Text Example
White with #D07089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07089; }
p { color: rgb(208,112,137); }
H1.HeaderClassName
{
color: #D07089;
}
.AnyTagClassName
{
color: #D07089;
}
</style>
background-color css
<style>
a { background-color: #D07089; }
a { background-color: rgb(208,112,137); }
div.DivClassName
{
background-color: #D07089;
}
.BgClassName
{
background-color: #D07089;
}
</style>
border-color css
<style>
span { border-color: #D07089; }
span { border-color: rgb(208,112,137); }
td.TdClassName
{
border-color: #D07089;
}
.TagClassName
{
border-color: #D07089;
}
</style>