Shades of Pale Violet Red #D5799A
Tints of Pale Violet Red #D5799A
RGB
CMYK
RGB Variations
Color information
#D5799A (or 0xD5799A) is known color: Pale Violet Red. HEX triplet: D5, 79 and 9A. RGB value is (213,121,154). Sum of RGB (Red+Green+Blue) = 213+121+154=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5799A is #2A8665. Grayscale: #989898. Windows color (decimal): -2786918 or 10123733. OLE color: 10123733.
HSL color Cylindrical-coordinate representation of color #D5799A: hue angle of 338.48º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5799A is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 154 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.16 |
| HSL | 338.48º | 0.52% | 0.65% | - |
| HSV(B) | 338.48º | 0.43% | 0.84% | - |
| XYZ | 40.11 | 30.15 | 34.28 | - |
| YUV | 152.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 154 | 0 | 0.43 | 0.28 | 0.16 | 338.48 | 0.52 | 0.65 |
| Hex | D5 | 79 | 9A | 0 | 2B | 1C | 10 | 152 | 34 | 41 |
| Octal | 325 | 171 | 232 | 0 | 53 | 34 | 20 | 522 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10011010 | 0 | 101011 | 11100 | 10000 | 101010010 | 110100 | 1000001 |
Color Harmonies of #D5799A
Complementary color
Monochromatic Colors of #D5799A
Black with #D5799A
Text Example
Text Example
White with #D5799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5799A; }
p { color: rgb(213,121,154); }
H1.HeaderClassName
{
color: #D5799A;
}
.AnyTagClassName
{
color: #D5799A;
}
</style>
background-color css
<style>
a { background-color: #D5799A; }
a { background-color: rgb(213,121,154); }
div.DivClassName
{
background-color: #D5799A;
}
.BgClassName
{
background-color: #D5799A;
}
</style>
border-color css
<style>
span { border-color: #D5799A; }
span { border-color: rgb(213,121,154); }
td.TdClassName
{
border-color: #D5799A;
}
.TagClassName
{
border-color: #D5799A;
}
</style>