Shades of Charm #D56185
Tints of Charm #D56185
RGB
CMYK
RGB Variations
Color information
#D56185 (or 0xD56185) is known color: Charm. HEX triplet: D5, 61 and 85. RGB value is (213,97,133). Sum of RGB (Red+Green+Blue) = 213+97+133=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D56185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56185 is #2A9E7A. Grayscale: #878787. Windows color (decimal): -2793083 or 8741333. OLE color: 8741333.
HSL color Cylindrical-coordinate representation of color #D56185: hue angle of 341.38º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56185 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 133 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.16 |
| HSL | 341.38º | 0.58% | 0.61% | - |
| HSV(B) | 341.38º | 0.54% | 0.84% | - |
| XYZ | 35.95 | 24.39 | 25 | - |
| YUV | 135.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 133 | 0 | 0.54 | 0.38 | 0.16 | 341.38 | 0.58 | 0.61 |
| Hex | D5 | 61 | 85 | 0 | 36 | 26 | 10 | 155 | 3A | 3D |
| Octal | 325 | 141 | 205 | 0 | 66 | 46 | 20 | 525 | 72 | 75 |
| Binary | 11010101 | 1100001 | 10000101 | 0 | 110110 | 100110 | 10000 | 101010101 | 111010 | 111101 |
Color Harmonies of #D56185
Complementary color
Monochromatic Colors of #D56185
Black with #D56185
Text Example
Text Example
White with #D56185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56185; }
p { color: rgb(213,97,133); }
H1.HeaderClassName
{
color: #D56185;
}
.AnyTagClassName
{
color: #D56185;
}
</style>
background-color css
<style>
a { background-color: #D56185; }
a { background-color: rgb(213,97,133); }
div.DivClassName
{
background-color: #D56185;
}
.BgClassName
{
background-color: #D56185;
}
</style>
border-color css
<style>
span { border-color: #D56185; }
span { border-color: rgb(213,97,133); }
td.TdClassName
{
border-color: #D56185;
}
.TagClassName
{
border-color: #D56185;
}
</style>