Shades of Pale Violet Red #DF7293
Tints of Pale Violet Red #DF7293
RGB
CMYK
RGB Variations
Color information
#DF7293 (or 0xDF7293) is known color: Pale Violet Red. HEX triplet: DF, 72 and 93. RGB value is (223,114,147). Sum of RGB (Red+Green+Blue) = 223+114+147=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7293 is #208D6C. Grayscale: #969696. Windows color (decimal): -2133357 or 9663199. OLE color: 9663199.
HSL color Cylindrical-coordinate representation of color #DF7293: hue angle of 341.83º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7293 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 147 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.13 |
| HSL | 341.83º | 0.63% | 0.66% | - |
| HSV(B) | 341.83º | 0.49% | 0.87% | - |
| XYZ | 41.72 | 29.83 | 31.16 | - |
| YUV | 150.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 147 | 0 | 0.49 | 0.34 | 0.13 | 341.83 | 0.63 | 0.66 |
| Hex | DF | 72 | 93 | 0 | 31 | 22 | D | 156 | 3F | 42 |
| Octal | 337 | 162 | 223 | 0 | 61 | 42 | 15 | 526 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10010011 | 0 | 110001 | 100010 | 1101 | 101010110 | 111111 | 1000010 |
Color Harmonies of #DF7293
Complementary color
Monochromatic Colors of #DF7293
Black with #DF7293
Text Example
Text Example
White with #DF7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7293; }
p { color: rgb(223,114,147); }
H1.HeaderClassName
{
color: #DF7293;
}
.AnyTagClassName
{
color: #DF7293;
}
</style>
background-color css
<style>
a { background-color: #DF7293; }
a { background-color: rgb(223,114,147); }
div.DivClassName
{
background-color: #DF7293;
}
.BgClassName
{
background-color: #DF7293;
}
</style>
border-color css
<style>
span { border-color: #DF7293; }
span { border-color: rgb(223,114,147); }
td.TdClassName
{
border-color: #DF7293;
}
.TagClassName
{
border-color: #DF7293;
}
</style>