Shades of Charm #D07388
Tints of Charm #D07388
RGB
CMYK
RGB Variations
Color information
#D07388 (or 0xD07388) is known color: Charm. HEX triplet: D0, 73 and 88. RGB value is (208,115,136). Sum of RGB (Red+Green+Blue) = 208+115+136=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07388 is #2F8C77. Grayscale: #919191. Windows color (decimal): -3116152 or 8942544. OLE color: 8942544.
HSL color Cylindrical-coordinate representation of color #D07388: hue angle of 346.45º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07388 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 136 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.18 |
| HSL | 346.45º | 0.5% | 0.63% | - |
| HSV(B) | 346.45º | 0.45% | 0.82% | - |
| XYZ | 36.59 | 27.45 | 26.66 | - |
| YUV | 145.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 136 | 0 | 0.45 | 0.35 | 0.18 | 346.45 | 0.5 | 0.63 |
| Hex | D0 | 73 | 88 | 0 | 2D | 23 | 12 | 15A | 32 | 3F |
| Octal | 320 | 163 | 210 | 0 | 55 | 43 | 22 | 532 | 62 | 77 |
| Binary | 11010000 | 1110011 | 10001000 | 0 | 101101 | 100011 | 10010 | 101011010 | 110010 | 111111 |
Color Harmonies of #D07388
Complementary color
Monochromatic Colors of #D07388
Black with #D07388
Text Example
Text Example
White with #D07388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07388; }
p { color: rgb(208,115,136); }
H1.HeaderClassName
{
color: #D07388;
}
.AnyTagClassName
{
color: #D07388;
}
</style>
background-color css
<style>
a { background-color: #D07388; }
a { background-color: rgb(208,115,136); }
div.DivClassName
{
background-color: #D07388;
}
.BgClassName
{
background-color: #D07388;
}
</style>
border-color css
<style>
span { border-color: #D07388; }
span { border-color: rgb(208,115,136); }
td.TdClassName
{
border-color: #D07388;
}
.TagClassName
{
border-color: #D07388;
}
</style>