Shades of Charm #D27A84
Tints of Charm #D27A84
RGB
CMYK
RGB Variations
Color information
#D27A84 (or 0xD27A84) is known color: Charm. HEX triplet: D2, 7A and 84. RGB value is (210,122,132). Sum of RGB (Red+Green+Blue) = 210+122+132=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A84 is #2D857B. Grayscale: #959595. Windows color (decimal): -2983292 or 8682194. OLE color: 8682194.
HSL color Cylindrical-coordinate representation of color #D27A84: hue angle of 353.18º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27A84 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 132 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.18 |
| HSL | 353.18º | 0.49% | 0.65% | - |
| HSV(B) | 353.18º | 0.42% | 0.82% | - |
| XYZ | 37.7 | 29.29 | 25.5 | - |
| YUV | 149.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 132 | 0 | 0.42 | 0.37 | 0.18 | 353.18 | 0.49 | 0.65 |
| Hex | D2 | 7A | 84 | 0 | 2A | 25 | 12 | 161 | 31 | 41 |
| Octal | 322 | 172 | 204 | 0 | 52 | 45 | 22 | 541 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10000100 | 0 | 101010 | 100101 | 10010 | 101100001 | 110001 | 1000001 |
Color Harmonies of #D27A84
Complementary color
Monochromatic Colors of #D27A84
Black with #D27A84
Text Example
Text Example
White with #D27A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A84; }
p { color: rgb(210,122,132); }
H1.HeaderClassName
{
color: #D27A84;
}
.AnyTagClassName
{
color: #D27A84;
}
</style>
background-color css
<style>
a { background-color: #D27A84; }
a { background-color: rgb(210,122,132); }
div.DivClassName
{
background-color: #D27A84;
}
.BgClassName
{
background-color: #D27A84;
}
</style>
border-color css
<style>
span { border-color: #D27A84; }
span { border-color: rgb(210,122,132); }
td.TdClassName
{
border-color: #D27A84;
}
.TagClassName
{
border-color: #D27A84;
}
</style>