Shades of Violet #DF7FE5
Tints of Violet #DF7FE5
RGB
CMYK
RGB Variations
Color information
#DF7FE5 (or 0xDF7FE5) is known color: Violet. HEX triplet: DF, 7F and E5. RGB value is (223,127,229). Sum of RGB (Red+Green+Blue) = 223+127+229=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF7FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FE5 is #20801A. Grayscale: #A7A7A7. Windows color (decimal): -2129947 or 15040479. OLE color: 15040479.
HSL color Cylindrical-coordinate representation of color #DF7FE5: hue angle of 296.47º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7FE5 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 127 | 229 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.10 |
| HSL | 296.47º | 0.66% | 0.7% | - |
| HSV(B) | 296.47º | 0.45% | 0.9% | - |
| XYZ | 52.16 | 36.52 | 78.43 | - |
| YUV | 167.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 229 | 0.03 | 0.45 | 0 | 0.10 | 296.47 | 0.66 | 0.7 |
| Hex | DF | 7F | E5 | 3 | 2D | 0 | A | 128 | 42 | 46 |
| Octal | 337 | 177 | 345 | 3 | 55 | 0 | 12 | 450 | 102 | 106 |
| Binary | 11011111 | 1111111 | 11100101 | 11 | 101101 | 0 | 1010 | 100101000 | 1000010 | 1000110 |
Color Harmonies of #DF7FE5
Complementary color
Monochromatic Colors of #DF7FE5
Black with #DF7FE5
Text Example
Text Example
White with #DF7FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FE5; }
p { color: rgb(223,127,229); }
H1.HeaderClassName
{
color: #DF7FE5;
}
.AnyTagClassName
{
color: #DF7FE5;
}
</style>
background-color css
<style>
a { background-color: #DF7FE5; }
a { background-color: rgb(223,127,229); }
div.DivClassName
{
background-color: #DF7FE5;
}
.BgClassName
{
background-color: #DF7FE5;
}
</style>
border-color css
<style>
span { border-color: #DF7FE5; }
span { border-color: rgb(223,127,229); }
td.TdClassName
{
border-color: #DF7FE5;
}
.TagClassName
{
border-color: #DF7FE5;
}
</style>