Shades of Charm #D67788
Tints of Charm #D67788
RGB
CMYK
RGB Variations
Color information
#D67788 (or 0xD67788) is known color: Charm. HEX triplet: D6, 77 and 88. RGB value is (214,119,136). Sum of RGB (Red+Green+Blue) = 214+119+136=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D67788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67788 is #298877. Grayscale: #959595. Windows color (decimal): -2721912 or 8943574. OLE color: 8943574.
HSL color Cylindrical-coordinate representation of color #D67788: hue angle of 349.26º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67788 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 136 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.16 |
| HSL | 349.26º | 0.54% | 0.65% | - |
| HSV(B) | 349.26º | 0.44% | 0.84% | - |
| XYZ | 38.77 | 29.27 | 26.9 | - |
| YUV | 149.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 136 | 0 | 0.44 | 0.36 | 0.16 | 349.26 | 0.54 | 0.65 |
| Hex | D6 | 77 | 88 | 0 | 2C | 24 | 10 | 15D | 36 | 41 |
| Octal | 326 | 167 | 210 | 0 | 54 | 44 | 20 | 535 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10001000 | 0 | 101100 | 100100 | 10000 | 101011101 | 110110 | 1000001 |
Color Harmonies of #D67788
Complementary color
Monochromatic Colors of #D67788
Black with #D67788
Text Example
Text Example
White with #D67788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67788; }
p { color: rgb(214,119,136); }
H1.HeaderClassName
{
color: #D67788;
}
.AnyTagClassName
{
color: #D67788;
}
</style>
background-color css
<style>
a { background-color: #D67788; }
a { background-color: rgb(214,119,136); }
div.DivClassName
{
background-color: #D67788;
}
.BgClassName
{
background-color: #D67788;
}
</style>
border-color css
<style>
span { border-color: #D67788; }
span { border-color: rgb(214,119,136); }
td.TdClassName
{
border-color: #D67788;
}
.TagClassName
{
border-color: #D67788;
}
</style>