Shades of Charm #D66784
Tints of Charm #D66784
RGB
CMYK
RGB Variations
Color information
#D66784 (or 0xD66784) is known color: Charm. HEX triplet: D6, 67 and 84. RGB value is (214,103,132). Sum of RGB (Red+Green+Blue) = 214+103+132=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D66784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66784 is #29987B. Grayscale: #8B8B8B. Windows color (decimal): -2726012 or 8677334. OLE color: 8677334.
HSL color Cylindrical-coordinate representation of color #D66784: hue angle of 344.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66784 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 132 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.16 |
| HSL | 344.32º | 0.58% | 0.62% | - |
| HSV(B) | 344.32º | 0.52% | 0.84% | - |
| XYZ | 36.75 | 25.66 | 24.85 | - |
| YUV | 139.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 132 | 0 | 0.52 | 0.38 | 0.16 | 344.32 | 0.58 | 0.62 |
| Hex | D6 | 67 | 84 | 0 | 34 | 26 | 10 | 158 | 3A | 3E |
| Octal | 326 | 147 | 204 | 0 | 64 | 46 | 20 | 530 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10000100 | 0 | 110100 | 100110 | 10000 | 101011000 | 111010 | 111110 |
Color Harmonies of #D66784
Complementary color
Monochromatic Colors of #D66784
Black with #D66784
Text Example
Text Example
White with #D66784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66784; }
p { color: rgb(214,103,132); }
H1.HeaderClassName
{
color: #D66784;
}
.AnyTagClassName
{
color: #D66784;
}
</style>
background-color css
<style>
a { background-color: #D66784; }
a { background-color: rgb(214,103,132); }
div.DivClassName
{
background-color: #D66784;
}
.BgClassName
{
background-color: #D66784;
}
</style>
border-color css
<style>
span { border-color: #D66784; }
span { border-color: rgb(214,103,132); }
td.TdClassName
{
border-color: #D66784;
}
.TagClassName
{
border-color: #D66784;
}
</style>