Shades of Charm #D57381
Tints of Charm #D57381
RGB
CMYK
RGB Variations
Color information
#D57381 (or 0xD57381) is known color: Charm. HEX triplet: D5, 73 and 81. RGB value is (213,115,129). Sum of RGB (Red+Green+Blue) = 213+115+129=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D57381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57381 is #2A8C7E. Grayscale: #919191. Windows color (decimal): -2788479 or 8483797. OLE color: 8483797.
HSL color Cylindrical-coordinate representation of color #D57381: hue angle of 351.43º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57381 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 129 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.16 |
| HSL | 351.43º | 0.54% | 0.64% | - |
| HSV(B) | 351.43º | 0.46% | 0.84% | - |
| XYZ | 37.53 | 27.99 | 24.19 | - |
| YUV | 145.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 129 | 0 | 0.46 | 0.39 | 0.16 | 351.43 | 0.54 | 0.64 |
| Hex | D5 | 73 | 81 | 0 | 2E | 27 | 10 | 15F | 36 | 40 |
| Octal | 325 | 163 | 201 | 0 | 56 | 47 | 20 | 537 | 66 | 100 |
| Binary | 11010101 | 1110011 | 10000001 | 0 | 101110 | 100111 | 10000 | 101011111 | 110110 | 1000000 |
Color Harmonies of #D57381
Complementary color
Monochromatic Colors of #D57381
Black with #D57381
Text Example
Text Example
White with #D57381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57381; }
p { color: rgb(213,115,129); }
H1.HeaderClassName
{
color: #D57381;
}
.AnyTagClassName
{
color: #D57381;
}
</style>
background-color css
<style>
a { background-color: #D57381; }
a { background-color: rgb(213,115,129); }
div.DivClassName
{
background-color: #D57381;
}
.BgClassName
{
background-color: #D57381;
}
</style>
border-color css
<style>
span { border-color: #D57381; }
span { border-color: rgb(213,115,129); }
td.TdClassName
{
border-color: #D57381;
}
.TagClassName
{
border-color: #D57381;
}
</style>