Shades of Charm #D27C83
Tints of Charm #D27C83
RGB
CMYK
RGB Variations
Color information
#D27C83 (or 0xD27C83) is known color: Charm. HEX triplet: D2, 7C and 83. RGB value is (210,124,131). Sum of RGB (Red+Green+Blue) = 210+124+131=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C83 is #2D837C. Grayscale: #969696. Windows color (decimal): -2982781 or 8617170. OLE color: 8617170.
HSL color Cylindrical-coordinate representation of color #D27C83: hue angle of 355.12º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27C83 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 131 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.18 |
| HSL | 355.12º | 0.49% | 0.65% | - |
| HSV(B) | 355.12º | 0.41% | 0.82% | - |
| XYZ | 37.88 | 29.76 | 25.22 | - |
| YUV | 150.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 131 | 0 | 0.41 | 0.38 | 0.18 | 355.12 | 0.49 | 0.65 |
| Hex | D2 | 7C | 83 | 0 | 29 | 26 | 12 | 163 | 31 | 41 |
| Octal | 322 | 174 | 203 | 0 | 51 | 46 | 22 | 543 | 61 | 101 |
| Binary | 11010010 | 1111100 | 10000011 | 0 | 101001 | 100110 | 10010 | 101100011 | 110001 | 1000001 |
Color Harmonies of #D27C83
Complementary color
Monochromatic Colors of #D27C83
Black with #D27C83
Text Example
Text Example
White with #D27C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C83; }
p { color: rgb(210,124,131); }
H1.HeaderClassName
{
color: #D27C83;
}
.AnyTagClassName
{
color: #D27C83;
}
</style>
background-color css
<style>
a { background-color: #D27C83; }
a { background-color: rgb(210,124,131); }
div.DivClassName
{
background-color: #D27C83;
}
.BgClassName
{
background-color: #D27C83;
}
</style>
border-color css
<style>
span { border-color: #D27C83; }
span { border-color: rgb(210,124,131); }
td.TdClassName
{
border-color: #D27C83;
}
.TagClassName
{
border-color: #D27C83;
}
</style>