Shades of Charm #D67589
Tints of Charm #D67589
RGB
CMYK
RGB Variations
Color information
#D67589 (or 0xD67589) is known color: Charm. HEX triplet: D6, 75 and 89. RGB value is (214,117,137). Sum of RGB (Red+Green+Blue) = 214+117+137=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D67589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67589 is #298A76. Grayscale: #949494. Windows color (decimal): -2722423 or 9008598. OLE color: 9008598.
HSL color Cylindrical-coordinate representation of color #D67589: hue angle of 347.63º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67589 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 137 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.16 |
| HSL | 347.63º | 0.54% | 0.65% | - |
| HSV(B) | 347.63º | 0.45% | 0.84% | - |
| XYZ | 38.61 | 28.82 | 27.2 | - |
| YUV | 148.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 137 | 0 | 0.45 | 0.36 | 0.16 | 347.63 | 0.54 | 0.65 |
| Hex | D6 | 75 | 89 | 0 | 2D | 24 | 10 | 15C | 36 | 41 |
| Octal | 326 | 165 | 211 | 0 | 55 | 44 | 20 | 534 | 66 | 101 |
| Binary | 11010110 | 1110101 | 10001001 | 0 | 101101 | 100100 | 10000 | 101011100 | 110110 | 1000001 |
Color Harmonies of #D67589
Complementary color
Monochromatic Colors of #D67589
Black with #D67589
Text Example
Text Example
White with #D67589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67589; }
p { color: rgb(214,117,137); }
H1.HeaderClassName
{
color: #D67589;
}
.AnyTagClassName
{
color: #D67589;
}
</style>
background-color css
<style>
a { background-color: #D67589; }
a { background-color: rgb(214,117,137); }
div.DivClassName
{
background-color: #D67589;
}
.BgClassName
{
background-color: #D67589;
}
</style>
border-color css
<style>
span { border-color: #D67589; }
span { border-color: rgb(214,117,137); }
td.TdClassName
{
border-color: #D67589;
}
.TagClassName
{
border-color: #D67589;
}
</style>