Shades of Charm #D27189
Tints of Charm #D27189
RGB
CMYK
RGB Variations
Color information
#D27189 (or 0xD27189) is known color: Charm. HEX triplet: D2, 71 and 89. RGB value is (210,113,137). Sum of RGB (Red+Green+Blue) = 210+113+137=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D27189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27189 is #2D8E76. Grayscale: #909090. Windows color (decimal): -2985591 or 9007570. OLE color: 9007570.
HSL color Cylindrical-coordinate representation of color #D27189: hue angle of 345.15º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27189 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 137 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.18 |
| HSL | 345.15º | 0.52% | 0.63% | - |
| HSV(B) | 345.15º | 0.46% | 0.82% | - |
| XYZ | 37 | 27.32 | 26.99 | - |
| YUV | 144.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 137 | 0 | 0.46 | 0.35 | 0.18 | 345.15 | 0.52 | 0.63 |
| Hex | D2 | 71 | 89 | 0 | 2E | 23 | 12 | 159 | 34 | 3F |
| Octal | 322 | 161 | 211 | 0 | 56 | 43 | 22 | 531 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10001001 | 0 | 101110 | 100011 | 10010 | 101011001 | 110100 | 111111 |
Color Harmonies of #D27189
Complementary color
Monochromatic Colors of #D27189
Black with #D27189
Text Example
Text Example
White with #D27189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27189; }
p { color: rgb(210,113,137); }
H1.HeaderClassName
{
color: #D27189;
}
.AnyTagClassName
{
color: #D27189;
}
</style>
background-color css
<style>
a { background-color: #D27189; }
a { background-color: rgb(210,113,137); }
div.DivClassName
{
background-color: #D27189;
}
.BgClassName
{
background-color: #D27189;
}
</style>
border-color css
<style>
span { border-color: #D27189; }
span { border-color: rgb(210,113,137); }
td.TdClassName
{
border-color: #D27189;
}
.TagClassName
{
border-color: #D27189;
}
</style>