Shades of Charm #D46381
Tints of Charm #D46381
RGB
CMYK
RGB Variations
Color information
#D46381 (or 0xD46381) is known color: Charm. HEX triplet: D4, 63 and 81. RGB value is (212,99,129). Sum of RGB (Red+Green+Blue) = 212+99+129=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D46381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46381 is #2B9C7E. Grayscale: #888888. Windows color (decimal): -2858111 or 8479700. OLE color: 8479700.
HSL color Cylindrical-coordinate representation of color #D46381: hue angle of 344.07º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46381 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 129 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.17 |
| HSL | 344.07º | 0.57% | 0.61% | - |
| HSV(B) | 344.07º | 0.53% | 0.83% | - |
| XYZ | 35.58 | 24.51 | 23.62 | - |
| YUV | 136.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 129 | 0 | 0.53 | 0.39 | 0.17 | 344.07 | 0.57 | 0.61 |
| Hex | D4 | 63 | 81 | 0 | 35 | 27 | 11 | 158 | 39 | 3D |
| Octal | 324 | 143 | 201 | 0 | 65 | 47 | 21 | 530 | 71 | 75 |
| Binary | 11010100 | 1100011 | 10000001 | 0 | 110101 | 100111 | 10001 | 101011000 | 111001 | 111101 |
Color Harmonies of #D46381
Complementary color
Monochromatic Colors of #D46381
Black with #D46381
Text Example
Text Example
White with #D46381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46381; }
p { color: rgb(212,99,129); }
H1.HeaderClassName
{
color: #D46381;
}
.AnyTagClassName
{
color: #D46381;
}
</style>
background-color css
<style>
a { background-color: #D46381; }
a { background-color: rgb(212,99,129); }
div.DivClassName
{
background-color: #D46381;
}
.BgClassName
{
background-color: #D46381;
}
</style>
border-color css
<style>
span { border-color: #D46381; }
span { border-color: rgb(212,99,129); }
td.TdClassName
{
border-color: #D46381;
}
.TagClassName
{
border-color: #D46381;
}
</style>