Shades of Charm #D27088
Tints of Charm #D27088
RGB
CMYK
RGB Variations
Color information
#D27088 (or 0xD27088) is known color: Charm. HEX triplet: D2, 70 and 88. RGB value is (210,112,136). Sum of RGB (Red+Green+Blue) = 210+112+136=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D27088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27088 is #2D8F77. Grayscale: #909090. Windows color (decimal): -2985848 or 8941778. OLE color: 8941778.
HSL color Cylindrical-coordinate representation of color #D27088: hue angle of 345.31º 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 #D27088 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 136 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.18 |
| HSL | 345.31º | 0.52% | 0.63% | - |
| HSV(B) | 345.31º | 0.47% | 0.82% | - |
| XYZ | 36.82 | 27.07 | 26.58 | - |
| YUV | 144.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 136 | 0 | 0.47 | 0.35 | 0.18 | 345.31 | 0.52 | 0.63 |
| Hex | D2 | 70 | 88 | 0 | 2F | 23 | 12 | 159 | 34 | 3F |
| Octal | 322 | 160 | 210 | 0 | 57 | 43 | 22 | 531 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10001000 | 0 | 101111 | 100011 | 10010 | 101011001 | 110100 | 111111 |
Color Harmonies of #D27088
Complementary color
Monochromatic Colors of #D27088
Black with #D27088
Text Example
Text Example
White with #D27088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27088; }
p { color: rgb(210,112,136); }
H1.HeaderClassName
{
color: #D27088;
}
.AnyTagClassName
{
color: #D27088;
}
</style>
background-color css
<style>
a { background-color: #D27088; }
a { background-color: rgb(210,112,136); }
div.DivClassName
{
background-color: #D27088;
}
.BgClassName
{
background-color: #D27088;
}
</style>
border-color css
<style>
span { border-color: #D27088; }
span { border-color: rgb(210,112,136); }
td.TdClassName
{
border-color: #D27088;
}
.TagClassName
{
border-color: #D27088;
}
</style>