Shades of Charm #D67388
Tints of Charm #D67388
RGB
CMYK
RGB Variations
Color information
#D67388 (or 0xD67388) is known color: Charm. HEX triplet: D6, 73 and 88. RGB value is (214,115,136). Sum of RGB (Red+Green+Blue) = 214+115+136=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D67388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67388 is #298C77. Grayscale: #939393. Windows color (decimal): -2722936 or 8942550. OLE color: 8942550.
HSL color Cylindrical-coordinate representation of color #D67388: hue angle of 347.27º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67388 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 136 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.16 |
| HSL | 347.27º | 0.55% | 0.65% | - |
| HSV(B) | 347.27º | 0.46% | 0.84% | - |
| XYZ | 38.31 | 28.34 | 26.74 | - |
| YUV | 147 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 136 | 0 | 0.46 | 0.36 | 0.16 | 347.27 | 0.55 | 0.65 |
| Hex | D6 | 73 | 88 | 0 | 2E | 24 | 10 | 15B | 37 | 41 |
| Octal | 326 | 163 | 210 | 0 | 56 | 44 | 20 | 533 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10001000 | 0 | 101110 | 100100 | 10000 | 101011011 | 110111 | 1000001 |
Color Harmonies of #D67388
Complementary color
Monochromatic Colors of #D67388
Black with #D67388
Text Example
Text Example
White with #D67388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67388; }
p { color: rgb(214,115,136); }
H1.HeaderClassName
{
color: #D67388;
}
.AnyTagClassName
{
color: #D67388;
}
</style>
background-color css
<style>
a { background-color: #D67388; }
a { background-color: rgb(214,115,136); }
div.DivClassName
{
background-color: #D67388;
}
.BgClassName
{
background-color: #D67388;
}
</style>
border-color css
<style>
span { border-color: #D67388; }
span { border-color: rgb(214,115,136); }
td.TdClassName
{
border-color: #D67388;
}
.TagClassName
{
border-color: #D67388;
}
</style>