Shades of Charm #D27185
Tints of Charm #D27185
RGB
CMYK
RGB Variations
Color information
#D27185 (or 0xD27185) is known color: Charm. HEX triplet: D2, 71 and 85. RGB value is (210,113,133). Sum of RGB (Red+Green+Blue) = 210+113+133=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D27185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27185 is #2D8E7A. Grayscale: #909090. Windows color (decimal): -2985595 or 8745426. OLE color: 8745426.
HSL color Cylindrical-coordinate representation of color #D27185: hue angle of 347.63º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27185 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 133 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.18 |
| HSL | 347.63º | 0.52% | 0.63% | - |
| HSV(B) | 347.63º | 0.46% | 0.82% | - |
| XYZ | 36.72 | 27.21 | 25.51 | - |
| YUV | 144.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 133 | 0 | 0.46 | 0.37 | 0.18 | 347.63 | 0.52 | 0.63 |
| Hex | D2 | 71 | 85 | 0 | 2E | 25 | 12 | 15C | 34 | 3F |
| Octal | 322 | 161 | 205 | 0 | 56 | 45 | 22 | 534 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10000101 | 0 | 101110 | 100101 | 10010 | 101011100 | 110100 | 111111 |
Color Harmonies of #D27185
Complementary color
Monochromatic Colors of #D27185
Black with #D27185
Text Example
Text Example
White with #D27185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27185; }
p { color: rgb(210,113,133); }
H1.HeaderClassName
{
color: #D27185;
}
.AnyTagClassName
{
color: #D27185;
}
</style>
background-color css
<style>
a { background-color: #D27185; }
a { background-color: rgb(210,113,133); }
div.DivClassName
{
background-color: #D27185;
}
.BgClassName
{
background-color: #D27185;
}
</style>
border-color css
<style>
span { border-color: #D27185; }
span { border-color: rgb(210,113,133); }
td.TdClassName
{
border-color: #D27185;
}
.TagClassName
{
border-color: #D27185;
}
</style>