Shades of Charm #D57E81
Tints of Charm #D57E81
RGB
CMYK
RGB Variations
Color information
#D57E81 (or 0xD57E81) is known color: Charm. HEX triplet: D5, 7E and 81. RGB value is (213,126,129). Sum of RGB (Red+Green+Blue) = 213+126+129=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57E81 is #2A817E. Grayscale: #989898. Windows color (decimal): -2785663 or 8486613. OLE color: 8486613.
HSL color Cylindrical-coordinate representation of color #D57E81: hue angle of 357.93º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57E81 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 129 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.16 |
| HSL | 357.93º | 0.51% | 0.66% | - |
| HSV(B) | 357.93º | 0.41% | 0.84% | - |
| XYZ | 38.86 | 30.65 | 24.64 | - |
| YUV | 152.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 129 | 0 | 0.41 | 0.39 | 0.16 | 357.93 | 0.51 | 0.66 |
| Hex | D5 | 7E | 81 | 0 | 29 | 27 | 10 | 166 | 33 | 42 |
| Octal | 325 | 176 | 201 | 0 | 51 | 47 | 20 | 546 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10000001 | 0 | 101001 | 100111 | 10000 | 101100110 | 110011 | 1000010 |
Color Harmonies of #D57E81
Complementary color
Monochromatic Colors of #D57E81
Black with #D57E81
Text Example
Text Example
White with #D57E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57E81; }
p { color: rgb(213,126,129); }
H1.HeaderClassName
{
color: #D57E81;
}
.AnyTagClassName
{
color: #D57E81;
}
</style>
background-color css
<style>
a { background-color: #D57E81; }
a { background-color: rgb(213,126,129); }
div.DivClassName
{
background-color: #D57E81;
}
.BgClassName
{
background-color: #D57E81;
}
</style>
border-color css
<style>
span { border-color: #D57E81; }
span { border-color: rgb(213,126,129); }
td.TdClassName
{
border-color: #D57E81;
}
.TagClassName
{
border-color: #D57E81;
}
</style>