Shades of Charm #D46282
Tints of Charm #D46282
RGB
CMYK
RGB Variations
Color information
#D46282 (or 0xD46282) is known color: Charm. HEX triplet: D4, 62 and 82. RGB value is (212,98,130). Sum of RGB (Red+Green+Blue) = 212+98+130=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D46282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46282 is #2B9D7D. Grayscale: #878787. Windows color (decimal): -2858366 or 8544980. OLE color: 8544980.
HSL color Cylindrical-coordinate representation of color #D46282: hue angle of 343.16º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46282 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 130 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.17 |
| HSL | 343.16º | 0.57% | 0.61% | - |
| HSV(B) | 343.16º | 0.54% | 0.83% | - |
| XYZ | 35.55 | 24.34 | 23.94 | - |
| YUV | 135.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 130 | 0 | 0.54 | 0.39 | 0.17 | 343.16 | 0.57 | 0.61 |
| Hex | D4 | 62 | 82 | 0 | 36 | 27 | 11 | 157 | 39 | 3D |
| Octal | 324 | 142 | 202 | 0 | 66 | 47 | 21 | 527 | 71 | 75 |
| Binary | 11010100 | 1100010 | 10000010 | 0 | 110110 | 100111 | 10001 | 101010111 | 111001 | 111101 |
Color Harmonies of #D46282
Complementary color
Monochromatic Colors of #D46282
Black with #D46282
Text Example
Text Example
White with #D46282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46282; }
p { color: rgb(212,98,130); }
H1.HeaderClassName
{
color: #D46282;
}
.AnyTagClassName
{
color: #D46282;
}
</style>
background-color css
<style>
a { background-color: #D46282; }
a { background-color: rgb(212,98,130); }
div.DivClassName
{
background-color: #D46282;
}
.BgClassName
{
background-color: #D46282;
}
</style>
border-color css
<style>
span { border-color: #D46282; }
span { border-color: rgb(212,98,130); }
td.TdClassName
{
border-color: #D46282;
}
.TagClassName
{
border-color: #D46282;
}
</style>