Shades of Charm #D46583
Tints of Charm #D46583
RGB
CMYK
RGB Variations
Color information
#D46583 (or 0xD46583) is known color: Charm. HEX triplet: D4, 65 and 83. RGB value is (212,101,131). Sum of RGB (Red+Green+Blue) = 212+101+131=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D46583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46583 is #2B9A7C. Grayscale: #898989. Windows color (decimal): -2857597 or 8611284. OLE color: 8611284.
HSL color Cylindrical-coordinate representation of color #D46583: hue angle of 343.78º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46583 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 131 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.17 |
| HSL | 343.78º | 0.56% | 0.61% | - |
| HSV(B) | 343.78º | 0.52% | 0.83% | - |
| XYZ | 35.9 | 24.94 | 24.4 | - |
| YUV | 137.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 131 | 0 | 0.52 | 0.38 | 0.17 | 343.78 | 0.56 | 0.61 |
| Hex | D4 | 65 | 83 | 0 | 34 | 26 | 11 | 158 | 38 | 3D |
| Octal | 324 | 145 | 203 | 0 | 64 | 46 | 21 | 530 | 70 | 75 |
| Binary | 11010100 | 1100101 | 10000011 | 0 | 110100 | 100110 | 10001 | 101011000 | 111000 | 111101 |
Color Harmonies of #D46583
Complementary color
Monochromatic Colors of #D46583
Black with #D46583
Text Example
Text Example
White with #D46583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46583; }
p { color: rgb(212,101,131); }
H1.HeaderClassName
{
color: #D46583;
}
.AnyTagClassName
{
color: #D46583;
}
</style>
background-color css
<style>
a { background-color: #D46583; }
a { background-color: rgb(212,101,131); }
div.DivClassName
{
background-color: #D46583;
}
.BgClassName
{
background-color: #D46583;
}
</style>
border-color css
<style>
span { border-color: #D46583; }
span { border-color: rgb(212,101,131); }
td.TdClassName
{
border-color: #D46583;
}
.TagClassName
{
border-color: #D46583;
}
</style>