Shades of Charm #D27C8C
Tints of Charm #D27C8C
RGB
CMYK
RGB Variations
Color information
#D27C8C (or 0xD27C8C) is known color: Charm. HEX triplet: D2, 7C and 8C. RGB value is (210,124,140). Sum of RGB (Red+Green+Blue) = 210+124+140=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C8C is #2D8373. Grayscale: #979797. Windows color (decimal): -2982772 or 9206994. OLE color: 9206994.
HSL color Cylindrical-coordinate representation of color #D27C8C: hue angle of 348.84º 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 #D27C8C is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 140 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.18 |
| HSL | 348.84º | 0.49% | 0.65% | - |
| HSV(B) | 348.84º | 0.41% | 0.82% | - |
| XYZ | 38.52 | 30.01 | 28.57 | - |
| YUV | 151.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 140 | 0 | 0.41 | 0.33 | 0.18 | 348.84 | 0.49 | 0.65 |
| Hex | D2 | 7C | 8C | 0 | 29 | 21 | 12 | 15D | 31 | 41 |
| Octal | 322 | 174 | 214 | 0 | 51 | 41 | 22 | 535 | 61 | 101 |
| Binary | 11010010 | 1111100 | 10001100 | 0 | 101001 | 100001 | 10010 | 101011101 | 110001 | 1000001 |
Color Harmonies of #D27C8C
Complementary color
Monochromatic Colors of #D27C8C
Black with #D27C8C
Text Example
Text Example
White with #D27C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C8C; }
p { color: rgb(210,124,140); }
H1.HeaderClassName
{
color: #D27C8C;
}
.AnyTagClassName
{
color: #D27C8C;
}
</style>
background-color css
<style>
a { background-color: #D27C8C; }
a { background-color: rgb(210,124,140); }
div.DivClassName
{
background-color: #D27C8C;
}
.BgClassName
{
background-color: #D27C8C;
}
</style>
border-color css
<style>
span { border-color: #D27C8C; }
span { border-color: rgb(210,124,140); }
td.TdClassName
{
border-color: #D27C8C;
}
.TagClassName
{
border-color: #D27C8C;
}
</style>