Shades of Charm #D57883
Tints of Charm #D57883
RGB
CMYK
RGB Variations
Color information
#D57883 (or 0xD57883) is known color: Charm. HEX triplet: D5, 78 and 83. RGB value is (213,120,131). Sum of RGB (Red+Green+Blue) = 213+120+131=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D57883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57883 is #2A877C. Grayscale: #959595. Windows color (decimal): -2787197 or 8616149. OLE color: 8616149.
HSL color Cylindrical-coordinate representation of color #D57883: hue angle of 352.9º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57883 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 131 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.16 |
| HSL | 352.9º | 0.53% | 0.65% | - |
| HSV(B) | 352.9º | 0.44% | 0.84% | - |
| XYZ | 38.25 | 29.22 | 25.1 | - |
| YUV | 149.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 131 | 0 | 0.44 | 0.38 | 0.16 | 352.9 | 0.53 | 0.65 |
| Hex | D5 | 78 | 83 | 0 | 2C | 26 | 10 | 161 | 35 | 41 |
| Octal | 325 | 170 | 203 | 0 | 54 | 46 | 20 | 541 | 65 | 101 |
| Binary | 11010101 | 1111000 | 10000011 | 0 | 101100 | 100110 | 10000 | 101100001 | 110101 | 1000001 |
Color Harmonies of #D57883
Complementary color
Monochromatic Colors of #D57883
Black with #D57883
Text Example
Text Example
White with #D57883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57883; }
p { color: rgb(213,120,131); }
H1.HeaderClassName
{
color: #D57883;
}
.AnyTagClassName
{
color: #D57883;
}
</style>
background-color css
<style>
a { background-color: #D57883; }
a { background-color: rgb(213,120,131); }
div.DivClassName
{
background-color: #D57883;
}
.BgClassName
{
background-color: #D57883;
}
</style>
border-color css
<style>
span { border-color: #D57883; }
span { border-color: rgb(213,120,131); }
td.TdClassName
{
border-color: #D57883;
}
.TagClassName
{
border-color: #D57883;
}
</style>