Shades of Pale Violet Red #DF7090
Tints of Pale Violet Red #DF7090
RGB
CMYK
RGB Variations
Color information
#DF7090 (or 0xDF7090) is known color: Pale Violet Red. HEX triplet: DF, 70 and 90. RGB value is (223,112,144). Sum of RGB (Red+Green+Blue) = 223+112+144=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7090 is #208F6F. Grayscale: #949494. Windows color (decimal): -2133872 or 9466079. OLE color: 9466079.
HSL color Cylindrical-coordinate representation of color #DF7090: hue angle of 342.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7090 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 144 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.13 |
| HSL | 342.7º | 0.63% | 0.66% | - |
| HSV(B) | 342.7º | 0.5% | 0.87% | - |
| XYZ | 41.26 | 29.29 | 29.86 | - |
| YUV | 148.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 144 | 0 | 0.50 | 0.35 | 0.13 | 342.7 | 0.63 | 0.66 |
| Hex | DF | 70 | 90 | 0 | 32 | 23 | D | 157 | 3F | 42 |
| Octal | 337 | 160 | 220 | 0 | 62 | 43 | 15 | 527 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10010000 | 0 | 110010 | 100011 | 1101 | 101010111 | 111111 | 1000010 |
Color Harmonies of #DF7090
Complementary color
Monochromatic Colors of #DF7090
Black with #DF7090
Text Example
Text Example
White with #DF7090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7090; }
p { color: rgb(223,112,144); }
H1.HeaderClassName
{
color: #DF7090;
}
.AnyTagClassName
{
color: #DF7090;
}
</style>
background-color css
<style>
a { background-color: #DF7090; }
a { background-color: rgb(223,112,144); }
div.DivClassName
{
background-color: #DF7090;
}
.BgClassName
{
background-color: #DF7090;
}
</style>
border-color css
<style>
span { border-color: #DF7090; }
span { border-color: rgb(223,112,144); }
td.TdClassName
{
border-color: #DF7090;
}
.TagClassName
{
border-color: #DF7090;
}
</style>