Shades of Charm #D27590
Tints of Charm #D27590
RGB
CMYK
RGB Variations
Color information
#D27590 (or 0xD27590) is known color: Charm. HEX triplet: D2, 75 and 90. RGB value is (210,117,144). Sum of RGB (Red+Green+Blue) = 210+117+144=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D27590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27590 is #2D8A6F. Grayscale: #939393. Windows color (decimal): -2984560 or 9467346. OLE color: 9467346.
HSL color Cylindrical-coordinate representation of color #D27590: hue angle of 342.58º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27590 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 144 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.18 |
| HSL | 342.58º | 0.51% | 0.64% | - |
| HSV(B) | 342.58º | 0.44% | 0.82% | - |
| XYZ | 37.97 | 28.44 | 29.87 | - |
| YUV | 147.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 144 | 0 | 0.44 | 0.31 | 0.18 | 342.58 | 0.51 | 0.64 |
| Hex | D2 | 75 | 90 | 0 | 2C | 1F | 12 | 157 | 33 | 40 |
| Octal | 322 | 165 | 220 | 0 | 54 | 37 | 22 | 527 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10010000 | 0 | 101100 | 11111 | 10010 | 101010111 | 110011 | 1000000 |
Color Harmonies of #D27590
Complementary color
Monochromatic Colors of #D27590
Black with #D27590
Text Example
Text Example
White with #D27590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27590; }
p { color: rgb(210,117,144); }
H1.HeaderClassName
{
color: #D27590;
}
.AnyTagClassName
{
color: #D27590;
}
</style>
background-color css
<style>
a { background-color: #D27590; }
a { background-color: rgb(210,117,144); }
div.DivClassName
{
background-color: #D27590;
}
.BgClassName
{
background-color: #D27590;
}
</style>
border-color css
<style>
span { border-color: #D27590; }
span { border-color: rgb(210,117,144); }
td.TdClassName
{
border-color: #D27590;
}
.TagClassName
{
border-color: #D27590;
}
</style>