Shades of Charm #D47B81
Tints of Charm #D47B81
RGB
CMYK
RGB Variations
Color information
#D47B81 (or 0xD47B81) is known color: Charm. HEX triplet: D4, 7B and 81. RGB value is (212,123,129). Sum of RGB (Red+Green+Blue) = 212+123+129=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B81 is #2B847E. Grayscale: #969696. Windows color (decimal): -2851967 or 8485844. OLE color: 8485844.
HSL color Cylindrical-coordinate representation of color #D47B81: hue angle of 355.96º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47B81 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 129 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.17 |
| HSL | 355.96º | 0.51% | 0.66% | - |
| HSV(B) | 355.96º | 0.42% | 0.83% | - |
| XYZ | 38.2 | 29.75 | 24.5 | - |
| YUV | 150.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 129 | 0 | 0.42 | 0.39 | 0.17 | 355.96 | 0.51 | 0.66 |
| Hex | D4 | 7B | 81 | 0 | 2A | 27 | 11 | 164 | 33 | 42 |
| Octal | 324 | 173 | 201 | 0 | 52 | 47 | 21 | 544 | 63 | 102 |
| Binary | 11010100 | 1111011 | 10000001 | 0 | 101010 | 100111 | 10001 | 101100100 | 110011 | 1000010 |
Color Harmonies of #D47B81
Complementary color
Monochromatic Colors of #D47B81
Black with #D47B81
Text Example
Text Example
White with #D47B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47B81; }
p { color: rgb(212,123,129); }
H1.HeaderClassName
{
color: #D47B81;
}
.AnyTagClassName
{
color: #D47B81;
}
</style>
background-color css
<style>
a { background-color: #D47B81; }
a { background-color: rgb(212,123,129); }
div.DivClassName
{
background-color: #D47B81;
}
.BgClassName
{
background-color: #D47B81;
}
</style>
border-color css
<style>
span { border-color: #D47B81; }
span { border-color: rgb(212,123,129); }
td.TdClassName
{
border-color: #D47B81;
}
.TagClassName
{
border-color: #D47B81;
}
</style>