Shades of Charm #D2727F
Tints of Charm #D2727F
RGB
CMYK
RGB Variations
Color information
#D2727F (or 0xD2727F) is known color: Charm. HEX triplet: D2, 72 and 7F. RGB value is (210,114,127). Sum of RGB (Red+Green+Blue) = 210+114+127=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2727F is #2D8D80. Grayscale: #909090. Windows color (decimal): -2985345 or 8352466. OLE color: 8352466.
HSL color Cylindrical-coordinate representation of color #D2727F: hue angle of 351.88º 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 #D2727F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 127 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.18 |
| HSL | 351.88º | 0.52% | 0.64% | - |
| HSV(B) | 351.88º | 0.46% | 0.82% | - |
| XYZ | 36.43 | 27.27 | 23.42 | - |
| YUV | 144.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 127 | 0 | 0.46 | 0.40 | 0.18 | 351.88 | 0.52 | 0.64 |
| Hex | D2 | 72 | 7F | 0 | 2E | 28 | 12 | 160 | 34 | 40 |
| Octal | 322 | 162 | 177 | 0 | 56 | 50 | 22 | 540 | 64 | 100 |
| Binary | 11010010 | 1110010 | 1111111 | 0 | 101110 | 101000 | 10010 | 101100000 | 110100 | 1000000 |
Color Harmonies of #D2727F
Complementary color
Monochromatic Colors of #D2727F
Black with #D2727F
Text Example
Text Example
White with #D2727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2727F; }
p { color: rgb(210,114,127); }
H1.HeaderClassName
{
color: #D2727F;
}
.AnyTagClassName
{
color: #D2727F;
}
</style>
background-color css
<style>
a { background-color: #D2727F; }
a { background-color: rgb(210,114,127); }
div.DivClassName
{
background-color: #D2727F;
}
.BgClassName
{
background-color: #D2727F;
}
</style>
border-color css
<style>
span { border-color: #D2727F; }
span { border-color: rgb(210,114,127); }
td.TdClassName
{
border-color: #D2727F;
}
.TagClassName
{
border-color: #D2727F;
}
</style>