Shades of Charm #D27080
Tints of Charm #D27080
RGB
CMYK
RGB Variations
Color information
#D27080 (or 0xD27080) is known color: Charm. HEX triplet: D2, 70 and 80. RGB value is (210,112,128). Sum of RGB (Red+Green+Blue) = 210+112+128=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D27080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27080 is #2D8F7F. Grayscale: #8F8F8F. Windows color (decimal): -2985856 or 8417490. OLE color: 8417490.
HSL color Cylindrical-coordinate representation of color #D27080: hue angle of 350.2º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27080 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 128 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.18 |
| HSL | 350.2º | 0.52% | 0.63% | - |
| HSV(B) | 350.2º | 0.47% | 0.82% | - |
| XYZ | 36.27 | 26.85 | 23.69 | - |
| YUV | 143.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 128 | 0 | 0.47 | 0.39 | 0.18 | 350.2 | 0.52 | 0.63 |
| Hex | D2 | 70 | 80 | 0 | 2F | 27 | 12 | 15E | 34 | 3F |
| Octal | 322 | 160 | 200 | 0 | 57 | 47 | 22 | 536 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10000000 | 0 | 101111 | 100111 | 10010 | 101011110 | 110100 | 111111 |
Color Harmonies of #D27080
Complementary color
Monochromatic Colors of #D27080
Black with #D27080
Text Example
Text Example
White with #D27080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27080; }
p { color: rgb(210,112,128); }
H1.HeaderClassName
{
color: #D27080;
}
.AnyTagClassName
{
color: #D27080;
}
</style>
background-color css
<style>
a { background-color: #D27080; }
a { background-color: rgb(210,112,128); }
div.DivClassName
{
background-color: #D27080;
}
.BgClassName
{
background-color: #D27080;
}
</style>
border-color css
<style>
span { border-color: #D27080; }
span { border-color: rgb(210,112,128); }
td.TdClassName
{
border-color: #D27080;
}
.TagClassName
{
border-color: #D27080;
}
</style>