Shades of Violet #DF74EB
Tints of Violet #DF74EB
RGB
CMYK
RGB Variations
Color information
#DF74EB (or 0xDF74EB) is known color: Violet. HEX triplet: DF, 74 and EB. RGB value is (223,116,235). Sum of RGB (Red+Green+Blue) = 223+116+235=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF74EB is #208B14. Grayscale: #A1A1A1. Windows color (decimal): -2132757 or 15430879. OLE color: 15430879.
HSL color Cylindrical-coordinate representation of color #DF74EB: hue angle of 293.95º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF74EB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 116 | 235 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.08 |
| HSL | 293.95º | 0.75% | 0.69% | - |
| HSV(B) | 293.95º | 0.51% | 0.92% | - |
| XYZ | 51.67 | 34.18 | 82.47 | - |
| YUV | 161.56 | 169.45 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 235 | 0.05 | 0.51 | 0 | 0.08 | 293.95 | 0.75 | 0.69 |
| Hex | DF | 74 | EB | 5 | 33 | 0 | 8 | 126 | 4B | 45 |
| Octal | 337 | 164 | 353 | 5 | 63 | 0 | 10 | 446 | 113 | 105 |
| Binary | 11011111 | 1110100 | 11101011 | 101 | 110011 | 0 | 1000 | 100100110 | 1001011 | 1000101 |
Color Harmonies of #DF74EB
Complementary color
Monochromatic Colors of #DF74EB
Black with #DF74EB
Text Example
Text Example
White with #DF74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74EB; }
p { color: rgb(223,116,235); }
H1.HeaderClassName
{
color: #DF74EB;
}
.AnyTagClassName
{
color: #DF74EB;
}
</style>
background-color css
<style>
a { background-color: #DF74EB; }
a { background-color: rgb(223,116,235); }
div.DivClassName
{
background-color: #DF74EB;
}
.BgClassName
{
background-color: #DF74EB;
}
</style>
border-color css
<style>
span { border-color: #DF74EB; }
span { border-color: rgb(223,116,235); }
td.TdClassName
{
border-color: #DF74EB;
}
.TagClassName
{
border-color: #DF74EB;
}
</style>