Shades of Charm #D27087
Tints of Charm #D27087
RGB
CMYK
RGB Variations
Color information
#D27087 (or 0xD27087) is known color: Charm. HEX triplet: D2, 70 and 87. RGB value is (210,112,135). Sum of RGB (Red+Green+Blue) = 210+112+135=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D27087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27087 is #2D8F78. Grayscale: #8F8F8F. Windows color (decimal): -2985849 or 8876242. OLE color: 8876242.
HSL color Cylindrical-coordinate representation of color #D27087: hue angle of 345.92º 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 #D27087 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 135 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.18 |
| HSL | 345.92º | 0.52% | 0.63% | - |
| HSV(B) | 345.92º | 0.47% | 0.82% | - |
| XYZ | 36.75 | 27.04 | 26.2 | - |
| YUV | 143.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 135 | 0 | 0.47 | 0.36 | 0.18 | 345.92 | 0.52 | 0.63 |
| Hex | D2 | 70 | 87 | 0 | 2F | 24 | 12 | 15A | 34 | 3F |
| Octal | 322 | 160 | 207 | 0 | 57 | 44 | 22 | 532 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10000111 | 0 | 101111 | 100100 | 10010 | 101011010 | 110100 | 111111 |
Color Harmonies of #D27087
Complementary color
Monochromatic Colors of #D27087
Black with #D27087
Text Example
Text Example
White with #D27087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27087; }
p { color: rgb(210,112,135); }
H1.HeaderClassName
{
color: #D27087;
}
.AnyTagClassName
{
color: #D27087;
}
</style>
background-color css
<style>
a { background-color: #D27087; }
a { background-color: rgb(210,112,135); }
div.DivClassName
{
background-color: #D27087;
}
.BgClassName
{
background-color: #D27087;
}
</style>
border-color css
<style>
span { border-color: #D27087; }
span { border-color: rgb(210,112,135); }
td.TdClassName
{
border-color: #D27087;
}
.TagClassName
{
border-color: #D27087;
}
</style>