Shades of Charm #D66685
Tints of Charm #D66685
RGB
CMYK
RGB Variations
Color information
#D66685 (or 0xD66685) is known color: Charm. HEX triplet: D6, 66 and 85. RGB value is (214,102,133). Sum of RGB (Red+Green+Blue) = 214+102+133=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D66685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66685 is #29997A. Grayscale: #8B8B8B. Windows color (decimal): -2726267 or 8742614. OLE color: 8742614.
HSL color Cylindrical-coordinate representation of color #D66685: hue angle of 343.39º 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 #D66685 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 133 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.16 |
| HSL | 343.39º | 0.58% | 0.62% | - |
| HSV(B) | 343.39º | 0.52% | 0.84% | - |
| XYZ | 36.72 | 25.49 | 25.18 | - |
| YUV | 139.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 133 | 0 | 0.52 | 0.38 | 0.16 | 343.39 | 0.58 | 0.62 |
| Hex | D6 | 66 | 85 | 0 | 34 | 26 | 10 | 157 | 3A | 3E |
| Octal | 326 | 146 | 205 | 0 | 64 | 46 | 20 | 527 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10000101 | 0 | 110100 | 100110 | 10000 | 101010111 | 111010 | 111110 |
Color Harmonies of #D66685
Complementary color
Monochromatic Colors of #D66685
Black with #D66685
Text Example
Text Example
White with #D66685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66685; }
p { color: rgb(214,102,133); }
H1.HeaderClassName
{
color: #D66685;
}
.AnyTagClassName
{
color: #D66685;
}
</style>
background-color css
<style>
a { background-color: #D66685; }
a { background-color: rgb(214,102,133); }
div.DivClassName
{
background-color: #D66685;
}
.BgClassName
{
background-color: #D66685;
}
</style>
border-color css
<style>
span { border-color: #D66685; }
span { border-color: rgb(214,102,133); }
td.TdClassName
{
border-color: #D66685;
}
.TagClassName
{
border-color: #D66685;
}
</style>