Shades of Charm #D27089
Tints of Charm #D27089
RGB
CMYK
RGB Variations
Color information
#D27089 (or 0xD27089) is known color: Charm. HEX triplet: D2, 70 and 89. RGB value is (210,112,137). Sum of RGB (Red+Green+Blue) = 210+112+137=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27089 is #2D8F76. Grayscale: #909090. Windows color (decimal): -2985847 or 9007314. OLE color: 9007314.
HSL color Cylindrical-coordinate representation of color #D27089: hue angle of 344.69º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27089 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 137 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.18 |
| HSL | 344.69º | 0.52% | 0.63% | - |
| HSV(B) | 344.69º | 0.47% | 0.82% | - |
| XYZ | 36.89 | 27.1 | 26.95 | - |
| YUV | 144.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 137 | 0 | 0.47 | 0.35 | 0.18 | 344.69 | 0.52 | 0.63 |
| Hex | D2 | 70 | 89 | 0 | 2F | 23 | 12 | 159 | 34 | 3F |
| Octal | 322 | 160 | 211 | 0 | 57 | 43 | 22 | 531 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10001001 | 0 | 101111 | 100011 | 10010 | 101011001 | 110100 | 111111 |
Color Harmonies of #D27089
Complementary color
Monochromatic Colors of #D27089
Black with #D27089
Text Example
Text Example
White with #D27089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27089; }
p { color: rgb(210,112,137); }
H1.HeaderClassName
{
color: #D27089;
}
.AnyTagClassName
{
color: #D27089;
}
</style>
background-color css
<style>
a { background-color: #D27089; }
a { background-color: rgb(210,112,137); }
div.DivClassName
{
background-color: #D27089;
}
.BgClassName
{
background-color: #D27089;
}
</style>
border-color css
<style>
span { border-color: #D27089; }
span { border-color: rgb(210,112,137); }
td.TdClassName
{
border-color: #D27089;
}
.TagClassName
{
border-color: #D27089;
}
</style>