Shades of Charm #D07380
Tints of Charm #D07380
RGB
CMYK
RGB Variations
Color information
#D07380 (or 0xD07380) is known color: Charm. HEX triplet: D0, 73 and 80. RGB value is (208,115,128). Sum of RGB (Red+Green+Blue) = 208+115+128=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D07380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07380 is #2F8C7F. Grayscale: #909090. Windows color (decimal): -3116160 or 8418256. OLE color: 8418256.
HSL color Cylindrical-coordinate representation of color #D07380: hue angle of 351.61º 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 #D07380 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 128 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.18 |
| HSL | 351.61º | 0.5% | 0.63% | - |
| HSV(B) | 351.61º | 0.45% | 0.82% | - |
| XYZ | 36.04 | 27.23 | 23.78 | - |
| YUV | 144.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 128 | 0 | 0.45 | 0.38 | 0.18 | 351.61 | 0.5 | 0.63 |
| Hex | D0 | 73 | 80 | 0 | 2D | 26 | 12 | 160 | 32 | 3F |
| Octal | 320 | 163 | 200 | 0 | 55 | 46 | 22 | 540 | 62 | 77 |
| Binary | 11010000 | 1110011 | 10000000 | 0 | 101101 | 100110 | 10010 | 101100000 | 110010 | 111111 |
Color Harmonies of #D07380
Complementary color
Monochromatic Colors of #D07380
Black with #D07380
Text Example
Text Example
White with #D07380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07380; }
p { color: rgb(208,115,128); }
H1.HeaderClassName
{
color: #D07380;
}
.AnyTagClassName
{
color: #D07380;
}
</style>
background-color css
<style>
a { background-color: #D07380; }
a { background-color: rgb(208,115,128); }
div.DivClassName
{
background-color: #D07380;
}
.BgClassName
{
background-color: #D07380;
}
</style>
border-color css
<style>
span { border-color: #D07380; }
span { border-color: rgb(208,115,128); }
td.TdClassName
{
border-color: #D07380;
}
.TagClassName
{
border-color: #D07380;
}
</style>