Shades of Charm #D27490
Tints of Charm #D27490
RGB
CMYK
RGB Variations
Color information
#D27490 (or 0xD27490) is known color: Charm. HEX triplet: D2, 74 and 90. RGB value is (210,116,144). Sum of RGB (Red+Green+Blue) = 210+116+144=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D27490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27490 is #2D8B6F. Grayscale: #939393. Windows color (decimal): -2984816 or 9467090. OLE color: 9467090.
HSL color Cylindrical-coordinate representation of color #D27490: hue angle of 342.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27490 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 144 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.18 |
| HSL | 342.13º | 0.51% | 0.64% | - |
| HSV(B) | 342.13º | 0.45% | 0.82% | - |
| XYZ | 37.86 | 28.21 | 29.83 | - |
| YUV | 147.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 144 | 0 | 0.45 | 0.31 | 0.18 | 342.13 | 0.51 | 0.64 |
| Hex | D2 | 74 | 90 | 0 | 2D | 1F | 12 | 156 | 33 | 40 |
| Octal | 322 | 164 | 220 | 0 | 55 | 37 | 22 | 526 | 63 | 100 |
| Binary | 11010010 | 1110100 | 10010000 | 0 | 101101 | 11111 | 10010 | 101010110 | 110011 | 1000000 |
Color Harmonies of #D27490
Complementary color
Monochromatic Colors of #D27490
Black with #D27490
Text Example
Text Example
White with #D27490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27490; }
p { color: rgb(210,116,144); }
H1.HeaderClassName
{
color: #D27490;
}
.AnyTagClassName
{
color: #D27490;
}
</style>
background-color css
<style>
a { background-color: #D27490; }
a { background-color: rgb(210,116,144); }
div.DivClassName
{
background-color: #D27490;
}
.BgClassName
{
background-color: #D27490;
}
</style>
border-color css
<style>
span { border-color: #D27490; }
span { border-color: rgb(210,116,144); }
td.TdClassName
{
border-color: #D27490;
}
.TagClassName
{
border-color: #D27490;
}
</style>