Shades of Pale Violet Red #DF7A9A
Tints of Pale Violet Red #DF7A9A
RGB
CMYK
RGB Variations
Color information
#DF7A9A (or 0xDF7A9A) is known color: Pale Violet Red. HEX triplet: DF, 7A and 9A. RGB value is (223,122,154). Sum of RGB (Red+Green+Blue) = 223+122+154=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7A9A is #208565. Grayscale: #9B9B9B. Windows color (decimal): -2131302 or 10123999. OLE color: 10123999.
HSL color Cylindrical-coordinate representation of color #DF7A9A: hue angle of 340.99º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7A9A is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 154 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.13 |
| HSL | 340.99º | 0.61% | 0.68% | - |
| HSV(B) | 340.99º | 0.45% | 0.87% | - |
| XYZ | 43.22 | 31.94 | 34.46 | - |
| YUV | 155.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 154 | 0 | 0.45 | 0.31 | 0.13 | 340.99 | 0.61 | 0.68 |
| Hex | DF | 7A | 9A | 0 | 2D | 1F | D | 155 | 3D | 44 |
| Octal | 337 | 172 | 232 | 0 | 55 | 37 | 15 | 525 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10011010 | 0 | 101101 | 11111 | 1101 | 101010101 | 111101 | 1000100 |
Color Harmonies of #DF7A9A
Complementary color
Monochromatic Colors of #DF7A9A
Black with #DF7A9A
Text Example
Text Example
White with #DF7A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A9A; }
p { color: rgb(223,122,154); }
H1.HeaderClassName
{
color: #DF7A9A;
}
.AnyTagClassName
{
color: #DF7A9A;
}
</style>
background-color css
<style>
a { background-color: #DF7A9A; }
a { background-color: rgb(223,122,154); }
div.DivClassName
{
background-color: #DF7A9A;
}
.BgClassName
{
background-color: #DF7A9A;
}
</style>
border-color css
<style>
span { border-color: #DF7A9A; }
span { border-color: rgb(223,122,154); }
td.TdClassName
{
border-color: #DF7A9A;
}
.TagClassName
{
border-color: #DF7A9A;
}
</style>