Shades of Charm #D27288
Tints of Charm #D27288
RGB
CMYK
RGB Variations
Color information
#D27288 (or 0xD27288) is known color: Charm. HEX triplet: D2, 72 and 88. RGB value is (210,114,136). Sum of RGB (Red+Green+Blue) = 210+114+136=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D27288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27288 is #2D8D77. Grayscale: #919191. Windows color (decimal): -2985336 or 8942290. OLE color: 8942290.
HSL color Cylindrical-coordinate representation of color #D27288: hue angle of 346.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27288 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 136 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.18 |
| HSL | 346.25º | 0.52% | 0.64% | - |
| HSV(B) | 346.25º | 0.46% | 0.82% | - |
| XYZ | 37.04 | 27.51 | 26.65 | - |
| YUV | 145.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 136 | 0 | 0.46 | 0.35 | 0.18 | 346.25 | 0.52 | 0.64 |
| Hex | D2 | 72 | 88 | 0 | 2E | 23 | 12 | 15A | 34 | 40 |
| Octal | 322 | 162 | 210 | 0 | 56 | 43 | 22 | 532 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10001000 | 0 | 101110 | 100011 | 10010 | 101011010 | 110100 | 1000000 |
Color Harmonies of #D27288
Complementary color
Monochromatic Colors of #D27288
Black with #D27288
Text Example
Text Example
White with #D27288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27288; }
p { color: rgb(210,114,136); }
H1.HeaderClassName
{
color: #D27288;
}
.AnyTagClassName
{
color: #D27288;
}
</style>
background-color css
<style>
a { background-color: #D27288; }
a { background-color: rgb(210,114,136); }
div.DivClassName
{
background-color: #D27288;
}
.BgClassName
{
background-color: #D27288;
}
</style>
border-color css
<style>
span { border-color: #D27288; }
span { border-color: rgb(210,114,136); }
td.TdClassName
{
border-color: #D27288;
}
.TagClassName
{
border-color: #D27288;
}
</style>