Shades of Charm #D47A90
Tints of Charm #D47A90
RGB
CMYK
RGB Variations
Color information
#D47A90 (or 0xD47A90) is known color: Charm. HEX triplet: D4, 7A and 90. RGB value is (212,122,144). Sum of RGB (Red+Green+Blue) = 212+122+144=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A90 is #2B856F. Grayscale: #979797. Windows color (decimal): -2852208 or 9468628. OLE color: 9468628.
HSL color Cylindrical-coordinate representation of color #D47A90: hue angle of 345.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47A90 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 122 | 144 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.17 |
| HSL | 345.33º | 0.51% | 0.65% | - |
| HSV(B) | 345.33º | 0.42% | 0.83% | - |
| XYZ | 39.14 | 29.93 | 30.1 | - |
| YUV | 151.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 122 | 144 | 0 | 0.42 | 0.32 | 0.17 | 345.33 | 0.51 | 0.65 |
| Hex | D4 | 7A | 90 | 0 | 2A | 20 | 11 | 159 | 33 | 41 |
| Octal | 324 | 172 | 220 | 0 | 52 | 40 | 21 | 531 | 63 | 101 |
| Binary | 11010100 | 1111010 | 10010000 | 0 | 101010 | 100000 | 10001 | 101011001 | 110011 | 1000001 |
Color Harmonies of #D47A90
Complementary color
Monochromatic Colors of #D47A90
Black with #D47A90
Text Example
Text Example
White with #D47A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47A90; }
p { color: rgb(212,122,144); }
H1.HeaderClassName
{
color: #D47A90;
}
.AnyTagClassName
{
color: #D47A90;
}
</style>
background-color css
<style>
a { background-color: #D47A90; }
a { background-color: rgb(212,122,144); }
div.DivClassName
{
background-color: #D47A90;
}
.BgClassName
{
background-color: #D47A90;
}
</style>
border-color css
<style>
span { border-color: #D47A90; }
span { border-color: rgb(212,122,144); }
td.TdClassName
{
border-color: #D47A90;
}
.TagClassName
{
border-color: #D47A90;
}
</style>