Shades of Charm #D27281
Tints of Charm #D27281
RGB
CMYK
RGB Variations
Color information
#D27281 (or 0xD27281) is known color: Charm. HEX triplet: D2, 72 and 81. RGB value is (210,114,129). Sum of RGB (Red+Green+Blue) = 210+114+129=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D27281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27281 is #2D8D7E. Grayscale: #909090. Windows color (decimal): -2985343 or 8483538. OLE color: 8483538.
HSL color Cylindrical-coordinate representation of color #D27281: hue angle of 350.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 #D27281 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 129 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.18 |
| HSL | 350.63º | 0.52% | 0.64% | - |
| HSV(B) | 350.63º | 0.46% | 0.82% | - |
| XYZ | 36.56 | 27.32 | 24.12 | - |
| YUV | 144.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 129 | 0 | 0.46 | 0.39 | 0.18 | 350.63 | 0.52 | 0.64 |
| Hex | D2 | 72 | 81 | 0 | 2E | 27 | 12 | 15F | 34 | 40 |
| Octal | 322 | 162 | 201 | 0 | 56 | 47 | 22 | 537 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10000001 | 0 | 101110 | 100111 | 10010 | 101011111 | 110100 | 1000000 |
Color Harmonies of #D27281
Complementary color
Monochromatic Colors of #D27281
Black with #D27281
Text Example
Text Example
White with #D27281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27281; }
p { color: rgb(210,114,129); }
H1.HeaderClassName
{
color: #D27281;
}
.AnyTagClassName
{
color: #D27281;
}
</style>
background-color css
<style>
a { background-color: #D27281; }
a { background-color: rgb(210,114,129); }
div.DivClassName
{
background-color: #D27281;
}
.BgClassName
{
background-color: #D27281;
}
</style>
border-color css
<style>
span { border-color: #D27281; }
span { border-color: rgb(210,114,129); }
td.TdClassName
{
border-color: #D27281;
}
.TagClassName
{
border-color: #D27281;
}
</style>