Shades of Pale Violet Red #DF7DA3
Tints of Pale Violet Red #DF7DA3
RGB
CMYK
RGB Variations
Color information
#DF7DA3 (or 0xDF7DA3) is known color: Pale Violet Red. HEX triplet: DF, 7D and A3. RGB value is (223,125,163). Sum of RGB (Red+Green+Blue) = 223+125+163=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DA3 is #20825C. Grayscale: #9E9E9E. Windows color (decimal): -2130525 or 10714591. OLE color: 10714591.
HSL color Cylindrical-coordinate representation of color #DF7DA3: hue angle of 336.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7DA3 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 163 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.13 |
| HSL | 336.73º | 0.6% | 0.68% | - |
| HSV(B) | 336.73º | 0.44% | 0.87% | - |
| XYZ | 44.38 | 33 | 38.68 | - |
| YUV | 158.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 163 | 0 | 0.44 | 0.27 | 0.13 | 336.73 | 0.6 | 0.68 |
| Hex | DF | 7D | A3 | 0 | 2C | 1B | D | 151 | 3C | 44 |
| Octal | 337 | 175 | 243 | 0 | 54 | 33 | 15 | 521 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10100011 | 0 | 101100 | 11011 | 1101 | 101010001 | 111100 | 1000100 |
Color Harmonies of #DF7DA3
Complementary color
Monochromatic Colors of #DF7DA3
Black with #DF7DA3
Text Example
Text Example
White with #DF7DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DA3; }
p { color: rgb(223,125,163); }
H1.HeaderClassName
{
color: #DF7DA3;
}
.AnyTagClassName
{
color: #DF7DA3;
}
</style>
background-color css
<style>
a { background-color: #DF7DA3; }
a { background-color: rgb(223,125,163); }
div.DivClassName
{
background-color: #DF7DA3;
}
.BgClassName
{
background-color: #DF7DA3;
}
</style>
border-color css
<style>
span { border-color: #DF7DA3; }
span { border-color: rgb(223,125,163); }
td.TdClassName
{
border-color: #DF7DA3;
}
.TagClassName
{
border-color: #DF7DA3;
}
</style>