Shades of Charm #D67D88
Tints of Charm #D67D88
RGB
CMYK
RGB Variations
Color information
#D67D88 (or 0xD67D88) is known color: Charm. HEX triplet: D6, 7D and 88. RGB value is (214,125,136). Sum of RGB (Red+Green+Blue) = 214+125+136=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D88 is #298277. Grayscale: #989898. Windows color (decimal): -2720376 or 8945110. OLE color: 8945110.
HSL color Cylindrical-coordinate representation of color #D67D88: hue angle of 352.58º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67D88 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 136 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.16 |
| HSL | 352.58º | 0.52% | 0.66% | - |
| HSV(B) | 352.58º | 0.42% | 0.84% | - |
| XYZ | 39.51 | 30.74 | 27.14 | - |
| YUV | 152.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 136 | 0 | 0.42 | 0.36 | 0.16 | 352.58 | 0.52 | 0.66 |
| Hex | D6 | 7D | 88 | 0 | 2A | 24 | 10 | 161 | 34 | 42 |
| Octal | 326 | 175 | 210 | 0 | 52 | 44 | 20 | 541 | 64 | 102 |
| Binary | 11010110 | 1111101 | 10001000 | 0 | 101010 | 100100 | 10000 | 101100001 | 110100 | 1000010 |
Color Harmonies of #D67D88
Complementary color
Monochromatic Colors of #D67D88
Black with #D67D88
Text Example
Text Example
White with #D67D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D88; }
p { color: rgb(214,125,136); }
H1.HeaderClassName
{
color: #D67D88;
}
.AnyTagClassName
{
color: #D67D88;
}
</style>
background-color css
<style>
a { background-color: #D67D88; }
a { background-color: rgb(214,125,136); }
div.DivClassName
{
background-color: #D67D88;
}
.BgClassName
{
background-color: #D67D88;
}
</style>
border-color css
<style>
span { border-color: #D67D88; }
span { border-color: rgb(214,125,136); }
td.TdClassName
{
border-color: #D67D88;
}
.TagClassName
{
border-color: #D67D88;
}
</style>