Shades of Charm #D67488
Tints of Charm #D67488
RGB
CMYK
RGB Variations
Color information
#D67488 (or 0xD67488) is known color: Charm. HEX triplet: D6, 74 and 88. RGB value is (214,116,136). Sum of RGB (Red+Green+Blue) = 214+116+136=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D67488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67488 is #298B77. Grayscale: #939393. Windows color (decimal): -2722680 or 8942806. OLE color: 8942806.
HSL color Cylindrical-coordinate representation of color #D67488: hue angle of 347.76º degrees, saturation: 0.54, 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 #D67488 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 136 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.16 |
| HSL | 347.76º | 0.54% | 0.65% | - |
| HSV(B) | 347.76º | 0.46% | 0.84% | - |
| XYZ | 38.42 | 28.56 | 26.78 | - |
| YUV | 147.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 136 | 0 | 0.46 | 0.36 | 0.16 | 347.76 | 0.54 | 0.65 |
| Hex | D6 | 74 | 88 | 0 | 2E | 24 | 10 | 15C | 36 | 41 |
| Octal | 326 | 164 | 210 | 0 | 56 | 44 | 20 | 534 | 66 | 101 |
| Binary | 11010110 | 1110100 | 10001000 | 0 | 101110 | 100100 | 10000 | 101011100 | 110110 | 1000001 |
Color Harmonies of #D67488
Complementary color
Monochromatic Colors of #D67488
Black with #D67488
Text Example
Text Example
White with #D67488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67488; }
p { color: rgb(214,116,136); }
H1.HeaderClassName
{
color: #D67488;
}
.AnyTagClassName
{
color: #D67488;
}
</style>
background-color css
<style>
a { background-color: #D67488; }
a { background-color: rgb(214,116,136); }
div.DivClassName
{
background-color: #D67488;
}
.BgClassName
{
background-color: #D67488;
}
</style>
border-color css
<style>
span { border-color: #D67488; }
span { border-color: rgb(214,116,136); }
td.TdClassName
{
border-color: #D67488;
}
.TagClassName
{
border-color: #D67488;
}
</style>