Shades of Charm #D07888
Tints of Charm #D07888
RGB
CMYK
RGB Variations
Color information
#D07888 (or 0xD07888) is known color: Charm. HEX triplet: D0, 78 and 88. RGB value is (208,120,136). Sum of RGB (Red+Green+Blue) = 208+120+136=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D07888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07888 is #2F8777. Grayscale: #949494. Windows color (decimal): -3114872 or 8943824. OLE color: 8943824.
HSL color Cylindrical-coordinate representation of color #D07888: hue angle of 349.09º 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 #D07888 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 136 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.18 |
| HSL | 349.09º | 0.48% | 0.64% | - |
| HSV(B) | 349.09º | 0.42% | 0.82% | - |
| XYZ | 37.17 | 28.62 | 26.86 | - |
| YUV | 148.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 136 | 0 | 0.42 | 0.35 | 0.18 | 349.09 | 0.48 | 0.64 |
| Hex | D0 | 78 | 88 | 0 | 2A | 23 | 12 | 15D | 30 | 40 |
| Octal | 320 | 170 | 210 | 0 | 52 | 43 | 22 | 535 | 60 | 100 |
| Binary | 11010000 | 1111000 | 10001000 | 0 | 101010 | 100011 | 10010 | 101011101 | 110000 | 1000000 |
Color Harmonies of #D07888
Complementary color
Monochromatic Colors of #D07888
Black with #D07888
Text Example
Text Example
White with #D07888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07888; }
p { color: rgb(208,120,136); }
H1.HeaderClassName
{
color: #D07888;
}
.AnyTagClassName
{
color: #D07888;
}
</style>
background-color css
<style>
a { background-color: #D07888; }
a { background-color: rgb(208,120,136); }
div.DivClassName
{
background-color: #D07888;
}
.BgClassName
{
background-color: #D07888;
}
</style>
border-color css
<style>
span { border-color: #D07888; }
span { border-color: rgb(208,120,136); }
td.TdClassName
{
border-color: #D07888;
}
.TagClassName
{
border-color: #D07888;
}
</style>