Shades of Charm #D57689
Tints of Charm #D57689
RGB
CMYK
RGB Variations
Color information
#D57689 (or 0xD57689) is known color: Charm. HEX triplet: D5, 76 and 89. RGB value is (213,118,137). Sum of RGB (Red+Green+Blue) = 213+118+137=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D57689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57689 is #2A8976. Grayscale: #949494. Windows color (decimal): -2787703 or 9008853. OLE color: 9008853.
HSL color Cylindrical-coordinate representation of color #D57689: hue angle of 348º 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 #D57689 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 137 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.16 |
| HSL | 348º | 0.53% | 0.65% | - |
| HSV(B) | 348º | 0.45% | 0.84% | - |
| XYZ | 38.43 | 28.91 | 27.22 | - |
| YUV | 148.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 137 | 0 | 0.45 | 0.36 | 0.16 | 348 | 0.53 | 0.65 |
| Hex | D5 | 76 | 89 | 0 | 2D | 24 | 10 | 15C | 35 | 41 |
| Octal | 325 | 166 | 211 | 0 | 55 | 44 | 20 | 534 | 65 | 101 |
| Binary | 11010101 | 1110110 | 10001001 | 0 | 101101 | 100100 | 10000 | 101011100 | 110101 | 1000001 |
Color Harmonies of #D57689
Complementary color
Monochromatic Colors of #D57689
Black with #D57689
Text Example
Text Example
White with #D57689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57689; }
p { color: rgb(213,118,137); }
H1.HeaderClassName
{
color: #D57689;
}
.AnyTagClassName
{
color: #D57689;
}
</style>
background-color css
<style>
a { background-color: #D57689; }
a { background-color: rgb(213,118,137); }
div.DivClassName
{
background-color: #D57689;
}
.BgClassName
{
background-color: #D57689;
}
</style>
border-color css
<style>
span { border-color: #D57689; }
span { border-color: rgb(213,118,137); }
td.TdClassName
{
border-color: #D57689;
}
.TagClassName
{
border-color: #D57689;
}
</style>