Shades of Charm #D66684
Tints of Charm #D66684
RGB
CMYK
RGB Variations
Color information
#D66684 (or 0xD66684) is known color: Charm. HEX triplet: D6, 66 and 84. RGB value is (214,102,132). Sum of RGB (Red+Green+Blue) = 214+102+132=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66684 is #29997B. Grayscale: #8A8A8A. Windows color (decimal): -2726268 or 8677078. OLE color: 8677078.
HSL color Cylindrical-coordinate representation of color #D66684: hue angle of 343.93º 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 #D66684 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 132 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.16 |
| HSL | 343.93º | 0.58% | 0.62% | - |
| HSV(B) | 343.93º | 0.52% | 0.84% | - |
| XYZ | 36.65 | 25.46 | 24.81 | - |
| YUV | 138.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 132 | 0 | 0.52 | 0.38 | 0.16 | 343.93 | 0.58 | 0.62 |
| Hex | D6 | 66 | 84 | 0 | 34 | 26 | 10 | 158 | 3A | 3E |
| Octal | 326 | 146 | 204 | 0 | 64 | 46 | 20 | 530 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10000100 | 0 | 110100 | 100110 | 10000 | 101011000 | 111010 | 111110 |
Color Harmonies of #D66684
Complementary color
Monochromatic Colors of #D66684
Black with #D66684
Text Example
Text Example
White with #D66684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66684; }
p { color: rgb(214,102,132); }
H1.HeaderClassName
{
color: #D66684;
}
.AnyTagClassName
{
color: #D66684;
}
</style>
background-color css
<style>
a { background-color: #D66684; }
a { background-color: rgb(214,102,132); }
div.DivClassName
{
background-color: #D66684;
}
.BgClassName
{
background-color: #D66684;
}
</style>
border-color css
<style>
span { border-color: #D66684; }
span { border-color: rgb(214,102,132); }
td.TdClassName
{
border-color: #D66684;
}
.TagClassName
{
border-color: #D66684;
}
</style>