Shades of Pale Violet Red #DF7A9B
Tints of Pale Violet Red #DF7A9B
RGB
CMYK
RGB Variations
Color information
#DF7A9B (or 0xDF7A9B) is known color: Pale Violet Red. HEX triplet: DF, 7A and 9B. RGB value is (223,122,155). Sum of RGB (Red+Green+Blue) = 223+122+155=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7A9B is #208564. Grayscale: #9B9B9B. Windows color (decimal): -2131301 or 10189535. OLE color: 10189535.
HSL color Cylindrical-coordinate representation of color #DF7A9B: hue angle of 340.4º 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 #DF7A9B is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 155 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.13 |
| HSL | 340.4º | 0.61% | 0.68% | - |
| HSV(B) | 340.4º | 0.45% | 0.87% | - |
| XYZ | 43.31 | 31.97 | 34.9 | - |
| YUV | 155.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 155 | 0 | 0.45 | 0.30 | 0.13 | 340.4 | 0.61 | 0.68 |
| Hex | DF | 7A | 9B | 0 | 2D | 1E | D | 154 | 3D | 44 |
| Octal | 337 | 172 | 233 | 0 | 55 | 36 | 15 | 524 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10011011 | 0 | 101101 | 11110 | 1101 | 101010100 | 111101 | 1000100 |
Color Harmonies of #DF7A9B
Complementary color
Monochromatic Colors of #DF7A9B
Black with #DF7A9B
Text Example
Text Example
White with #DF7A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A9B; }
p { color: rgb(223,122,155); }
H1.HeaderClassName
{
color: #DF7A9B;
}
.AnyTagClassName
{
color: #DF7A9B;
}
</style>
background-color css
<style>
a { background-color: #DF7A9B; }
a { background-color: rgb(223,122,155); }
div.DivClassName
{
background-color: #DF7A9B;
}
.BgClassName
{
background-color: #DF7A9B;
}
</style>
border-color css
<style>
span { border-color: #DF7A9B; }
span { border-color: rgb(223,122,155); }
td.TdClassName
{
border-color: #DF7A9B;
}
.TagClassName
{
border-color: #DF7A9B;
}
</style>