Shades of Charm #D57581
Tints of Charm #D57581
RGB
CMYK
RGB Variations
Color information
#D57581 (or 0xD57581) is known color: Charm. HEX triplet: D5, 75 and 81. RGB value is (213,117,129). Sum of RGB (Red+Green+Blue) = 213+117+129=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D57581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57581 is #2A8A7E. Grayscale: #939393. Windows color (decimal): -2787967 or 8484309. OLE color: 8484309.
HSL color Cylindrical-coordinate representation of color #D57581: hue angle of 352.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57581 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 129 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.16 |
| HSL | 352.5º | 0.53% | 0.65% | - |
| HSV(B) | 352.5º | 0.45% | 0.84% | - |
| XYZ | 37.76 | 28.45 | 24.27 | - |
| YUV | 147.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 129 | 0 | 0.45 | 0.39 | 0.16 | 352.5 | 0.53 | 0.65 |
| Hex | D5 | 75 | 81 | 0 | 2D | 27 | 10 | 160 | 35 | 41 |
| Octal | 325 | 165 | 201 | 0 | 55 | 47 | 20 | 540 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10000001 | 0 | 101101 | 100111 | 10000 | 101100000 | 110101 | 1000001 |
Color Harmonies of #D57581
Complementary color
Monochromatic Colors of #D57581
Black with #D57581
Text Example
Text Example
White with #D57581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57581; }
p { color: rgb(213,117,129); }
H1.HeaderClassName
{
color: #D57581;
}
.AnyTagClassName
{
color: #D57581;
}
</style>
background-color css
<style>
a { background-color: #D57581; }
a { background-color: rgb(213,117,129); }
div.DivClassName
{
background-color: #D57581;
}
.BgClassName
{
background-color: #D57581;
}
</style>
border-color css
<style>
span { border-color: #D57581; }
span { border-color: rgb(213,117,129); }
td.TdClassName
{
border-color: #D57581;
}
.TagClassName
{
border-color: #D57581;
}
</style>