Shades of Charm #D66882
Tints of Charm #D66882
RGB
CMYK
RGB Variations
Color information
#D66882 (or 0xD66882) is known color: Charm. HEX triplet: D6, 68 and 82. RGB value is (214,104,130). Sum of RGB (Red+Green+Blue) = 214+104+130=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66882 is #29977D. Grayscale: #8B8B8B. Windows color (decimal): -2725758 or 8546518. OLE color: 8546518.
HSL color Cylindrical-coordinate representation of color #D66882: hue angle of 345.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66882 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 130 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.16 |
| HSL | 345.82º | 0.57% | 0.62% | - |
| HSV(B) | 345.82º | 0.51% | 0.84% | - |
| XYZ | 36.71 | 25.81 | 24.17 | - |
| YUV | 139.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 130 | 0 | 0.51 | 0.39 | 0.16 | 345.82 | 0.57 | 0.62 |
| Hex | D6 | 68 | 82 | 0 | 33 | 27 | 10 | 15A | 39 | 3E |
| Octal | 326 | 150 | 202 | 0 | 63 | 47 | 20 | 532 | 71 | 76 |
| Binary | 11010110 | 1101000 | 10000010 | 0 | 110011 | 100111 | 10000 | 101011010 | 111001 | 111110 |
Color Harmonies of #D66882
Complementary color
Monochromatic Colors of #D66882
Black with #D66882
Text Example
Text Example
White with #D66882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66882; }
p { color: rgb(214,104,130); }
H1.HeaderClassName
{
color: #D66882;
}
.AnyTagClassName
{
color: #D66882;
}
</style>
background-color css
<style>
a { background-color: #D66882; }
a { background-color: rgb(214,104,130); }
div.DivClassName
{
background-color: #D66882;
}
.BgClassName
{
background-color: #D66882;
}
</style>
border-color css
<style>
span { border-color: #D66882; }
span { border-color: rgb(214,104,130); }
td.TdClassName
{
border-color: #D66882;
}
.TagClassName
{
border-color: #D66882;
}
</style>