Shades of Charm #D66682
Tints of Charm #D66682
RGB
CMYK
RGB Variations
Color information
#D66682 (or 0xD66682) is known color: Charm. HEX triplet: D6, 66 and 82. RGB value is (214,102,130). Sum of RGB (Red+Green+Blue) = 214+102+130=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D66682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66682 is #29997D. Grayscale: #8A8A8A. Windows color (decimal): -2726270 or 8546006. OLE color: 8546006.
HSL color Cylindrical-coordinate representation of color #D66682: hue angle of 345º 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 #D66682 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 130 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.16 |
| HSL | 345º | 0.58% | 0.62% | - |
| HSV(B) | 345º | 0.52% | 0.84% | - |
| XYZ | 36.51 | 25.41 | 24.1 | - |
| YUV | 138.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 130 | 0 | 0.52 | 0.39 | 0.16 | 345 | 0.58 | 0.62 |
| Hex | D6 | 66 | 82 | 0 | 34 | 27 | 10 | 159 | 3A | 3E |
| Octal | 326 | 146 | 202 | 0 | 64 | 47 | 20 | 531 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10000010 | 0 | 110100 | 100111 | 10000 | 101011001 | 111010 | 111110 |
Color Harmonies of #D66682
Complementary color
Monochromatic Colors of #D66682
Black with #D66682
Text Example
Text Example
White with #D66682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66682; }
p { color: rgb(214,102,130); }
H1.HeaderClassName
{
color: #D66682;
}
.AnyTagClassName
{
color: #D66682;
}
</style>
background-color css
<style>
a { background-color: #D66682; }
a { background-color: rgb(214,102,130); }
div.DivClassName
{
background-color: #D66682;
}
.BgClassName
{
background-color: #D66682;
}
</style>
border-color css
<style>
span { border-color: #D66682; }
span { border-color: rgb(214,102,130); }
td.TdClassName
{
border-color: #D66682;
}
.TagClassName
{
border-color: #D66682;
}
</style>