Shades of Charm #D06382
Tints of Charm #D06382
RGB
CMYK
RGB Variations
Color information
#D06382 (or 0xD06382) is known color: Charm. HEX triplet: D0, 63 and 82. RGB value is (208,99,130). Sum of RGB (Red+Green+Blue) = 208+99+130=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D06382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06382 is #2F9C7D. Grayscale: #878787. Windows color (decimal): -3120254 or 8545232. OLE color: 8545232.
HSL color Cylindrical-coordinate representation of color #D06382: hue angle of 342.94º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06382 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 130 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.18 |
| HSL | 342.94º | 0.54% | 0.6% | - |
| HSV(B) | 342.94º | 0.52% | 0.82% | - |
| XYZ | 34.5 | 23.95 | 23.92 | - |
| YUV | 135.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 130 | 0 | 0.52 | 0.38 | 0.18 | 342.94 | 0.54 | 0.6 |
| Hex | D0 | 63 | 82 | 0 | 34 | 26 | 12 | 157 | 36 | 3C |
| Octal | 320 | 143 | 202 | 0 | 64 | 46 | 22 | 527 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10000010 | 0 | 110100 | 100110 | 10010 | 101010111 | 110110 | 111100 |
Color Harmonies of #D06382
Complementary color
Monochromatic Colors of #D06382
Black with #D06382
Text Example
Text Example
White with #D06382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06382; }
p { color: rgb(208,99,130); }
H1.HeaderClassName
{
color: #D06382;
}
.AnyTagClassName
{
color: #D06382;
}
</style>
background-color css
<style>
a { background-color: #D06382; }
a { background-color: rgb(208,99,130); }
div.DivClassName
{
background-color: #D06382;
}
.BgClassName
{
background-color: #D06382;
}
</style>
border-color css
<style>
span { border-color: #D06382; }
span { border-color: rgb(208,99,130); }
td.TdClassName
{
border-color: #D06382;
}
.TagClassName
{
border-color: #D06382;
}
</style>