Shades of Pale Violet Red #DF6890
Tints of Pale Violet Red #DF6890
RGB
CMYK
RGB Variations
Color information
#DF6890 (or 0xDF6890) is known color: Pale Violet Red. HEX triplet: DF, 68 and 90. RGB value is (223,104,144). Sum of RGB (Red+Green+Blue) = 223+104+144=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6890 is #20976F. Grayscale: #909090. Windows color (decimal): -2135920 or 9464031. OLE color: 9464031.
HSL color Cylindrical-coordinate representation of color #DF6890: hue angle of 339.83º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6890 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 144 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.13 |
| HSL | 339.83º | 0.65% | 0.64% | - |
| HSV(B) | 339.83º | 0.53% | 0.87% | - |
| XYZ | 40.42 | 27.6 | 29.58 | - |
| YUV | 144.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 144 | 0 | 0.53 | 0.35 | 0.13 | 339.83 | 0.65 | 0.64 |
| Hex | DF | 68 | 90 | 0 | 35 | 23 | D | 154 | 41 | 40 |
| Octal | 337 | 150 | 220 | 0 | 65 | 43 | 15 | 524 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10010000 | 0 | 110101 | 100011 | 1101 | 101010100 | 1000001 | 1000000 |
Color Harmonies of #DF6890
Complementary color
Monochromatic Colors of #DF6890
Black with #DF6890
Text Example
Text Example
White with #DF6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6890; }
p { color: rgb(223,104,144); }
H1.HeaderClassName
{
color: #DF6890;
}
.AnyTagClassName
{
color: #DF6890;
}
</style>
background-color css
<style>
a { background-color: #DF6890; }
a { background-color: rgb(223,104,144); }
div.DivClassName
{
background-color: #DF6890;
}
.BgClassName
{
background-color: #DF6890;
}
</style>
border-color css
<style>
span { border-color: #DF6890; }
span { border-color: rgb(223,104,144); }
td.TdClassName
{
border-color: #DF6890;
}
.TagClassName
{
border-color: #DF6890;
}
</style>