Shades of Charm #D27A83
Tints of Charm #D27A83
RGB
CMYK
RGB Variations
Color information
#D27A83 (or 0xD27A83) is known color: Charm. HEX triplet: D2, 7A and 83. RGB value is (210,122,131). Sum of RGB (Red+Green+Blue) = 210+122+131=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A83 is #2D857C. Grayscale: #959595. Windows color (decimal): -2983293 or 8616658. OLE color: 8616658.
HSL color Cylindrical-coordinate representation of color #D27A83: hue angle of 353.86º 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 #D27A83 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 131 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.18 |
| HSL | 353.86º | 0.49% | 0.65% | - |
| HSV(B) | 353.86º | 0.42% | 0.82% | - |
| XYZ | 37.63 | 29.26 | 25.14 | - |
| YUV | 149.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 131 | 0 | 0.42 | 0.38 | 0.18 | 353.86 | 0.49 | 0.65 |
| Hex | D2 | 7A | 83 | 0 | 2A | 26 | 12 | 162 | 31 | 41 |
| Octal | 322 | 172 | 203 | 0 | 52 | 46 | 22 | 542 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10000011 | 0 | 101010 | 100110 | 10010 | 101100010 | 110001 | 1000001 |
Color Harmonies of #D27A83
Complementary color
Monochromatic Colors of #D27A83
Black with #D27A83
Text Example
Text Example
White with #D27A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A83; }
p { color: rgb(210,122,131); }
H1.HeaderClassName
{
color: #D27A83;
}
.AnyTagClassName
{
color: #D27A83;
}
</style>
background-color css
<style>
a { background-color: #D27A83; }
a { background-color: rgb(210,122,131); }
div.DivClassName
{
background-color: #D27A83;
}
.BgClassName
{
background-color: #D27A83;
}
</style>
border-color css
<style>
span { border-color: #D27A83; }
span { border-color: rgb(210,122,131); }
td.TdClassName
{
border-color: #D27A83;
}
.TagClassName
{
border-color: #D27A83;
}
</style>