Shades of Pale Violet Red #D57798
Tints of Pale Violet Red #D57798
RGB
CMYK
RGB Variations
Color information
#D57798 (or 0xD57798) is known color: Pale Violet Red. HEX triplet: D5, 77 and 98. RGB value is (213,119,152). Sum of RGB (Red+Green+Blue) = 213+119+152=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D57798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57798 is #2A8867. Grayscale: #969696. Windows color (decimal): -2787432 or 9992149. OLE color: 9992149.
HSL color Cylindrical-coordinate representation of color #D57798: hue angle of 338.94º 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 #D57798 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 152 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.16 |
| HSL | 338.94º | 0.53% | 0.65% | - |
| HSV(B) | 338.94º | 0.44% | 0.84% | - |
| XYZ | 39.7 | 29.61 | 33.33 | - |
| YUV | 150.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 152 | 0 | 0.44 | 0.29 | 0.16 | 338.94 | 0.53 | 0.65 |
| Hex | D5 | 77 | 98 | 0 | 2C | 1D | 10 | 153 | 35 | 41 |
| Octal | 325 | 167 | 230 | 0 | 54 | 35 | 20 | 523 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10011000 | 0 | 101100 | 11101 | 10000 | 101010011 | 110101 | 1000001 |
Color Harmonies of #D57798
Complementary color
Monochromatic Colors of #D57798
Black with #D57798
Text Example
Text Example
White with #D57798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57798; }
p { color: rgb(213,119,152); }
H1.HeaderClassName
{
color: #D57798;
}
.AnyTagClassName
{
color: #D57798;
}
</style>
background-color css
<style>
a { background-color: #D57798; }
a { background-color: rgb(213,119,152); }
div.DivClassName
{
background-color: #D57798;
}
.BgClassName
{
background-color: #D57798;
}
</style>
border-color css
<style>
span { border-color: #D57798; }
span { border-color: rgb(213,119,152); }
td.TdClassName
{
border-color: #D57798;
}
.TagClassName
{
border-color: #D57798;
}
</style>