Shades of Violet #DF74E9
Tints of Violet #DF74E9
RGB
CMYK
RGB Variations
Color information
#DF74E9 (or 0xDF74E9) is known color: Violet. HEX triplet: DF, 74 and E9. RGB value is (223,116,233). Sum of RGB (Red+Green+Blue) = 223+116+233=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF74E9 is #208B16. Grayscale: #A0A0A0. Windows color (decimal): -2132759 or 15299807. OLE color: 15299807.
HSL color Cylindrical-coordinate representation of color #DF74E9: hue angle of 294.87º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF74E9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 116 | 233 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.09 |
| HSL | 294.87º | 0.73% | 0.68% | - |
| HSV(B) | 294.87º | 0.5% | 0.91% | - |
| XYZ | 51.38 | 34.06 | 80.96 | - |
| YUV | 161.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 233 | 0.04 | 0.50 | 0 | 0.09 | 294.87 | 0.73 | 0.68 |
| Hex | DF | 74 | E9 | 4 | 32 | 0 | 9 | 127 | 49 | 44 |
| Octal | 337 | 164 | 351 | 4 | 62 | 0 | 11 | 447 | 111 | 104 |
| Binary | 11011111 | 1110100 | 11101001 | 100 | 110010 | 0 | 1001 | 100100111 | 1001001 | 1000100 |
Color Harmonies of #DF74E9
Complementary color
Monochromatic Colors of #DF74E9
Black with #DF74E9
Text Example
Text Example
White with #DF74E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74E9; }
p { color: rgb(223,116,233); }
H1.HeaderClassName
{
color: #DF74E9;
}
.AnyTagClassName
{
color: #DF74E9;
}
</style>
background-color css
<style>
a { background-color: #DF74E9; }
a { background-color: rgb(223,116,233); }
div.DivClassName
{
background-color: #DF74E9;
}
.BgClassName
{
background-color: #DF74E9;
}
</style>
border-color css
<style>
span { border-color: #DF74E9; }
span { border-color: rgb(223,116,233); }
td.TdClassName
{
border-color: #DF74E9;
}
.TagClassName
{
border-color: #DF74E9;
}
</style>