Shades of Charm #D46681
Tints of Charm #D46681
RGB
CMYK
RGB Variations
Color information
#D46681 (or 0xD46681) is known color: Charm. HEX triplet: D4, 66 and 81. RGB value is (212,102,129). Sum of RGB (Red+Green+Blue) = 212+102+129=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D46681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46681 is #2B997E. Grayscale: #898989. Windows color (decimal): -2857343 or 8480468. OLE color: 8480468.
HSL color Cylindrical-coordinate representation of color #D46681: hue angle of 345.27º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46681 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 129 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.17 |
| HSL | 345.27º | 0.56% | 0.62% | - |
| HSV(B) | 345.27º | 0.52% | 0.83% | - |
| XYZ | 35.87 | 25.08 | 23.72 | - |
| YUV | 137.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 129 | 0 | 0.52 | 0.39 | 0.17 | 345.27 | 0.56 | 0.62 |
| Hex | D4 | 66 | 81 | 0 | 34 | 27 | 11 | 159 | 38 | 3E |
| Octal | 324 | 146 | 201 | 0 | 64 | 47 | 21 | 531 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10000001 | 0 | 110100 | 100111 | 10001 | 101011001 | 111000 | 111110 |
Color Harmonies of #D46681
Complementary color
Monochromatic Colors of #D46681
Black with #D46681
Text Example
Text Example
White with #D46681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46681; }
p { color: rgb(212,102,129); }
H1.HeaderClassName
{
color: #D46681;
}
.AnyTagClassName
{
color: #D46681;
}
</style>
background-color css
<style>
a { background-color: #D46681; }
a { background-color: rgb(212,102,129); }
div.DivClassName
{
background-color: #D46681;
}
.BgClassName
{
background-color: #D46681;
}
</style>
border-color css
<style>
span { border-color: #D46681; }
span { border-color: rgb(212,102,129); }
td.TdClassName
{
border-color: #D46681;
}
.TagClassName
{
border-color: #D46681;
}
</style>