Shades of Charm #D66584
Tints of Charm #D66584
RGB
CMYK
RGB Variations
Color information
#D66584 (or 0xD66584) is known color: Charm. HEX triplet: D6, 65 and 84. RGB value is (214,101,132). Sum of RGB (Red+Green+Blue) = 214+101+132=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D66584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66584 is #299A7B. Grayscale: #8A8A8A. Windows color (decimal): -2726524 or 8676822. OLE color: 8676822.
HSL color Cylindrical-coordinate representation of color #D66584: hue angle of 343.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66584 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 132 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.16 |
| HSL | 343.54º | 0.58% | 0.62% | - |
| HSV(B) | 343.54º | 0.53% | 0.84% | - |
| XYZ | 36.55 | 25.27 | 24.78 | - |
| YUV | 138.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 132 | 0 | 0.53 | 0.38 | 0.16 | 343.54 | 0.58 | 0.62 |
| Hex | D6 | 65 | 84 | 0 | 35 | 26 | 10 | 158 | 3A | 3E |
| Octal | 326 | 145 | 204 | 0 | 65 | 46 | 20 | 530 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10000100 | 0 | 110101 | 100110 | 10000 | 101011000 | 111010 | 111110 |
Color Harmonies of #D66584
Complementary color
Monochromatic Colors of #D66584
Black with #D66584
Text Example
Text Example
White with #D66584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66584; }
p { color: rgb(214,101,132); }
H1.HeaderClassName
{
color: #D66584;
}
.AnyTagClassName
{
color: #D66584;
}
</style>
background-color css
<style>
a { background-color: #D66584; }
a { background-color: rgb(214,101,132); }
div.DivClassName
{
background-color: #D66584;
}
.BgClassName
{
background-color: #D66584;
}
</style>
border-color css
<style>
span { border-color: #D66584; }
span { border-color: rgb(214,101,132); }
td.TdClassName
{
border-color: #D66584;
}
.TagClassName
{
border-color: #D66584;
}
</style>