Shades of Violet #DF76EA
Tints of Violet #DF76EA
RGB
CMYK
RGB Variations
Color information
#DF76EA (or 0xDF76EA) is known color: Violet. HEX triplet: DF, 76 and EA. RGB value is (223,118,234). Sum of RGB (Red+Green+Blue) = 223+118+234=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF76EA is #208915. Grayscale: #A2A2A2. Windows color (decimal): -2132246 or 15365855. OLE color: 15365855.
HSL color Cylindrical-coordinate representation of color #DF76EA: hue angle of 294.31º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF76EA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 118 | 234 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.08 |
| HSL | 294.31º | 0.73% | 0.69% | - |
| HSV(B) | 294.31º | 0.5% | 0.92% | - |
| XYZ | 51.76 | 34.59 | 81.79 | - |
| YUV | 162.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 234 | 0.05 | 0.50 | 0 | 0.08 | 294.31 | 0.73 | 0.69 |
| Hex | DF | 76 | EA | 5 | 32 | 0 | 8 | 126 | 49 | 45 |
| Octal | 337 | 166 | 352 | 5 | 62 | 0 | 10 | 446 | 111 | 105 |
| Binary | 11011111 | 1110110 | 11101010 | 101 | 110010 | 0 | 1000 | 100100110 | 1001001 | 1000101 |
Color Harmonies of #DF76EA
Complementary color
Monochromatic Colors of #DF76EA
Black with #DF76EA
Text Example
Text Example
White with #DF76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76EA; }
p { color: rgb(223,118,234); }
H1.HeaderClassName
{
color: #DF76EA;
}
.AnyTagClassName
{
color: #DF76EA;
}
</style>
background-color css
<style>
a { background-color: #DF76EA; }
a { background-color: rgb(223,118,234); }
div.DivClassName
{
background-color: #DF76EA;
}
.BgClassName
{
background-color: #DF76EA;
}
</style>
border-color css
<style>
span { border-color: #DF76EA; }
span { border-color: rgb(223,118,234); }
td.TdClassName
{
border-color: #DF76EA;
}
.TagClassName
{
border-color: #DF76EA;
}
</style>