Shades of Charm #D27291
Tints of Charm #D27291
RGB
CMYK
RGB Variations
Color information
#D27291 (or 0xD27291) is known color: Charm. HEX triplet: D2, 72 and 91. RGB value is (210,114,145). Sum of RGB (Red+Green+Blue) = 210+114+145=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D27291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27291 is #2D8D6E. Grayscale: #929292. Windows color (decimal): -2985327 or 9532114. OLE color: 9532114.
HSL color Cylindrical-coordinate representation of color #D27291: hue angle of 340.62º 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 #D27291 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 145 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.18 |
| HSL | 340.63º | 0.52% | 0.64% | - |
| HSV(B) | 340.63º | 0.46% | 0.82% | - |
| XYZ | 37.71 | 27.78 | 30.16 | - |
| YUV | 146.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 145 | 0 | 0.46 | 0.31 | 0.18 | 340.63 | 0.52 | 0.64 |
| Hex | D2 | 72 | 91 | 0 | 2E | 1F | 12 | 155 | 34 | 40 |
| Octal | 322 | 162 | 221 | 0 | 56 | 37 | 22 | 525 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10010001 | 0 | 101110 | 11111 | 10010 | 101010101 | 110100 | 1000000 |
Color Harmonies of #D27291
Complementary color
Monochromatic Colors of #D27291
Black with #D27291
Text Example
Text Example
White with #D27291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27291; }
p { color: rgb(210,114,145); }
H1.HeaderClassName
{
color: #D27291;
}
.AnyTagClassName
{
color: #D27291;
}
</style>
background-color css
<style>
a { background-color: #D27291; }
a { background-color: rgb(210,114,145); }
div.DivClassName
{
background-color: #D27291;
}
.BgClassName
{
background-color: #D27291;
}
</style>
border-color css
<style>
span { border-color: #D27291; }
span { border-color: rgb(210,114,145); }
td.TdClassName
{
border-color: #D27291;
}
.TagClassName
{
border-color: #D27291;
}
</style>