Shades of Charm #D07382
Tints of Charm #D07382
RGB
CMYK
RGB Variations
Color information
#D07382 (or 0xD07382) is known color: Charm. HEX triplet: D0, 73 and 82. RGB value is (208,115,130). Sum of RGB (Red+Green+Blue) = 208+115+130=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D07382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07382 is #2F8C7D. Grayscale: #909090. Windows color (decimal): -3116158 or 8549328. OLE color: 8549328.
HSL color Cylindrical-coordinate representation of color #D07382: hue angle of 350.32º 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 #D07382 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 130 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.18 |
| HSL | 350.32º | 0.5% | 0.63% | - |
| HSV(B) | 350.32º | 0.45% | 0.82% | - |
| XYZ | 36.17 | 27.28 | 24.48 | - |
| YUV | 144.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 130 | 0 | 0.45 | 0.38 | 0.18 | 350.32 | 0.5 | 0.63 |
| Hex | D0 | 73 | 82 | 0 | 2D | 26 | 12 | 15E | 32 | 3F |
| Octal | 320 | 163 | 202 | 0 | 55 | 46 | 22 | 536 | 62 | 77 |
| Binary | 11010000 | 1110011 | 10000010 | 0 | 101101 | 100110 | 10010 | 101011110 | 110010 | 111111 |
Color Harmonies of #D07382
Complementary color
Monochromatic Colors of #D07382
Black with #D07382
Text Example
Text Example
White with #D07382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07382; }
p { color: rgb(208,115,130); }
H1.HeaderClassName
{
color: #D07382;
}
.AnyTagClassName
{
color: #D07382;
}
</style>
background-color css
<style>
a { background-color: #D07382; }
a { background-color: rgb(208,115,130); }
div.DivClassName
{
background-color: #D07382;
}
.BgClassName
{
background-color: #D07382;
}
</style>
border-color css
<style>
span { border-color: #D07382; }
span { border-color: rgb(208,115,130); }
td.TdClassName
{
border-color: #D07382;
}
.TagClassName
{
border-color: #D07382;
}
</style>