Shades of Charm #D27085
Tints of Charm #D27085
RGB
CMYK
RGB Variations
Color information
#D27085 (or 0xD27085) is known color: Charm. HEX triplet: D2, 70 and 85. RGB value is (210,112,133). Sum of RGB (Red+Green+Blue) = 210+112+133=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D27085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27085 is #2D8F7A. Grayscale: #8F8F8F. Windows color (decimal): -2985851 or 8745170. OLE color: 8745170.
HSL color Cylindrical-coordinate representation of color #D27085: hue angle of 347.14º 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 #D27085 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 133 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.18 |
| HSL | 347.14º | 0.52% | 0.63% | - |
| HSV(B) | 347.14º | 0.47% | 0.82% | - |
| XYZ | 36.61 | 26.98 | 25.47 | - |
| YUV | 143.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 133 | 0 | 0.47 | 0.37 | 0.18 | 347.14 | 0.52 | 0.63 |
| Hex | D2 | 70 | 85 | 0 | 2F | 25 | 12 | 15B | 34 | 3F |
| Octal | 322 | 160 | 205 | 0 | 57 | 45 | 22 | 533 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10000101 | 0 | 101111 | 100101 | 10010 | 101011011 | 110100 | 111111 |
Color Harmonies of #D27085
Complementary color
Monochromatic Colors of #D27085
Black with #D27085
Text Example
Text Example
White with #D27085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27085; }
p { color: rgb(210,112,133); }
H1.HeaderClassName
{
color: #D27085;
}
.AnyTagClassName
{
color: #D27085;
}
</style>
background-color css
<style>
a { background-color: #D27085; }
a { background-color: rgb(210,112,133); }
div.DivClassName
{
background-color: #D27085;
}
.BgClassName
{
background-color: #D27085;
}
</style>
border-color css
<style>
span { border-color: #D27085; }
span { border-color: rgb(210,112,133); }
td.TdClassName
{
border-color: #D27085;
}
.TagClassName
{
border-color: #D27085;
}
</style>