Shades of Charm #D07889
Tints of Charm #D07889
RGB
CMYK
RGB Variations
Color information
#D07889 (or 0xD07889) is known color: Charm. HEX triplet: D0, 78 and 89. RGB value is (208,120,137). Sum of RGB (Red+Green+Blue) = 208+120+137=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D07889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07889 is #2F8776. Grayscale: #949494. Windows color (decimal): -3114871 or 9009360. OLE color: 9009360.
HSL color Cylindrical-coordinate representation of color #D07889: hue angle of 348.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07889 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 137 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.18 |
| HSL | 348.41º | 0.48% | 0.64% | - |
| HSV(B) | 348.41º | 0.42% | 0.82% | - |
| XYZ | 37.24 | 28.65 | 27.23 | - |
| YUV | 148.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 137 | 0 | 0.42 | 0.34 | 0.18 | 348.41 | 0.48 | 0.64 |
| Hex | D0 | 78 | 89 | 0 | 2A | 22 | 12 | 15C | 30 | 40 |
| Octal | 320 | 170 | 211 | 0 | 52 | 42 | 22 | 534 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10001001 | 0 | 101010 | 100010 | 10010 | 101011100 | 110000 | 1000000 |
Color Harmonies of #D07889
Complementary color
Monochromatic Colors of #D07889
Black with #D07889
Text Example
Text Example
White with #D07889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07889; }
p { color: rgb(208,120,137); }
H1.HeaderClassName
{
color: #D07889;
}
.AnyTagClassName
{
color: #D07889;
}
</style>
background-color css
<style>
a { background-color: #D07889; }
a { background-color: rgb(208,120,137); }
div.DivClassName
{
background-color: #D07889;
}
.BgClassName
{
background-color: #D07889;
}
</style>
border-color css
<style>
span { border-color: #D07889; }
span { border-color: rgb(208,120,137); }
td.TdClassName
{
border-color: #D07889;
}
.TagClassName
{
border-color: #D07889;
}
</style>