Shades of Charm #D66788
Tints of Charm #D66788
RGB
CMYK
RGB Variations
Color information
#D66788 (or 0xD66788) is known color: Charm. HEX triplet: D6, 67 and 88. RGB value is (214,103,136). Sum of RGB (Red+Green+Blue) = 214+103+136=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D66788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66788 is #299877. Grayscale: #8B8B8B. Windows color (decimal): -2726008 or 8939478. OLE color: 8939478.
HSL color Cylindrical-coordinate representation of color #D66788: hue angle of 342.16º 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 #D66788 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 136 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.16 |
| HSL | 342.16º | 0.58% | 0.62% | - |
| HSV(B) | 342.16º | 0.52% | 0.84% | - |
| XYZ | 37.03 | 25.77 | 26.32 | - |
| YUV | 139.95 | 125.77 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 136 | 0 | 0.52 | 0.36 | 0.16 | 342.16 | 0.58 | 0.62 |
| Hex | D6 | 67 | 88 | 0 | 34 | 24 | 10 | 156 | 3A | 3E |
| Octal | 326 | 147 | 210 | 0 | 64 | 44 | 20 | 526 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10001000 | 0 | 110100 | 100100 | 10000 | 101010110 | 111010 | 111110 |
Color Harmonies of #D66788
Complementary color
Monochromatic Colors of #D66788
Black with #D66788
Text Example
Text Example
White with #D66788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66788; }
p { color: rgb(214,103,136); }
H1.HeaderClassName
{
color: #D66788;
}
.AnyTagClassName
{
color: #D66788;
}
</style>
background-color css
<style>
a { background-color: #D66788; }
a { background-color: rgb(214,103,136); }
div.DivClassName
{
background-color: #D66788;
}
.BgClassName
{
background-color: #D66788;
}
</style>
border-color css
<style>
span { border-color: #D66788; }
span { border-color: rgb(214,103,136); }
td.TdClassName
{
border-color: #D66788;
}
.TagClassName
{
border-color: #D66788;
}
</style>