Shades of Pale Violet Red #DF7AA3
Tints of Pale Violet Red #DF7AA3
RGB
CMYK
RGB Variations
Color information
#DF7AA3 (or 0xDF7AA3) is known color: Pale Violet Red. HEX triplet: DF, 7A and A3. RGB value is (223,122,163). Sum of RGB (Red+Green+Blue) = 223+122+163=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7AA3 is #20855C. Grayscale: #9C9C9C. Windows color (decimal): -2131293 or 10713823. OLE color: 10713823.
HSL color Cylindrical-coordinate representation of color #DF7AA3: hue angle of 335.64º 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 #DF7AA3 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 163 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.13 |
| HSL | 335.64º | 0.61% | 0.68% | - |
| HSV(B) | 335.64º | 0.45% | 0.87% | - |
| XYZ | 44 | 32.25 | 38.56 | - |
| YUV | 156.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 163 | 0 | 0.45 | 0.27 | 0.13 | 335.64 | 0.61 | 0.68 |
| Hex | DF | 7A | A3 | 0 | 2D | 1B | D | 150 | 3D | 44 |
| Octal | 337 | 172 | 243 | 0 | 55 | 33 | 15 | 520 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10100011 | 0 | 101101 | 11011 | 1101 | 101010000 | 111101 | 1000100 |
Color Harmonies of #DF7AA3
Complementary color
Monochromatic Colors of #DF7AA3
Black with #DF7AA3
Text Example
Text Example
White with #DF7AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AA3; }
p { color: rgb(223,122,163); }
H1.HeaderClassName
{
color: #DF7AA3;
}
.AnyTagClassName
{
color: #DF7AA3;
}
</style>
background-color css
<style>
a { background-color: #DF7AA3; }
a { background-color: rgb(223,122,163); }
div.DivClassName
{
background-color: #DF7AA3;
}
.BgClassName
{
background-color: #DF7AA3;
}
</style>
border-color css
<style>
span { border-color: #DF7AA3; }
span { border-color: rgb(223,122,163); }
td.TdClassName
{
border-color: #DF7AA3;
}
.TagClassName
{
border-color: #DF7AA3;
}
</style>