Shades of Pale Violet Red #D57698
Tints of Pale Violet Red #D57698
RGB
CMYK
RGB Variations
Color information
#D57698 (or 0xD57698) is known color: Pale Violet Red. HEX triplet: D5, 76 and 98. RGB value is (213,118,152). Sum of RGB (Red+Green+Blue) = 213+118+152=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D57698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57698 is #2A8967. Grayscale: #969696. Windows color (decimal): -2787688 or 9991893. OLE color: 9991893.
HSL color Cylindrical-coordinate representation of color #D57698: hue angle of 338.53º 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 #D57698 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 152 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.16 |
| HSL | 338.53º | 0.53% | 0.65% | - |
| HSV(B) | 338.53º | 0.45% | 0.84% | - |
| XYZ | 39.59 | 29.37 | 33.29 | - |
| YUV | 150.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 152 | 0 | 0.45 | 0.29 | 0.16 | 338.53 | 0.53 | 0.65 |
| Hex | D5 | 76 | 98 | 0 | 2D | 1D | 10 | 153 | 35 | 41 |
| Octal | 325 | 166 | 230 | 0 | 55 | 35 | 20 | 523 | 65 | 101 |
| Binary | 11010101 | 1110110 | 10011000 | 0 | 101101 | 11101 | 10000 | 101010011 | 110101 | 1000001 |
Color Harmonies of #D57698
Complementary color
Monochromatic Colors of #D57698
Black with #D57698
Text Example
Text Example
White with #D57698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57698; }
p { color: rgb(213,118,152); }
H1.HeaderClassName
{
color: #D57698;
}
.AnyTagClassName
{
color: #D57698;
}
</style>
background-color css
<style>
a { background-color: #D57698; }
a { background-color: rgb(213,118,152); }
div.DivClassName
{
background-color: #D57698;
}
.BgClassName
{
background-color: #D57698;
}
</style>
border-color css
<style>
span { border-color: #D57698; }
span { border-color: rgb(213,118,152); }
td.TdClassName
{
border-color: #D57698;
}
.TagClassName
{
border-color: #D57698;
}
</style>