Shades of Violet #DA7EE7
Tints of Violet #DA7EE7
RGB
CMYK
RGB Variations
Color information
#DA7EE7 (or 0xDA7EE7) is known color: Violet. HEX triplet: DA, 7E and E7. RGB value is (218,126,231). Sum of RGB (Red+Green+Blue) = 218+126+231=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA7EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7EE7 is #258118. Grayscale: #A5A5A5. Windows color (decimal): -2457881 or 15171290. OLE color: 15171290.
HSL color Cylindrical-coordinate representation of color #DA7EE7: hue angle of 292.57º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7EE7 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 126 | 231 | - |
CMYK | 0.06 | 0.45 | 0 | 0.09 |
HSL | 292.57º | 0.69% | 0.7% | - |
HSV(B) | 292.57º | 0.45% | 0.91% | - |
XYZ | 50.8 | 35.6 | 79.79 | - |
YUV | 165.48 | 164.98 | 165.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 126 | 231 | 0.06 | 0.45 | 0 | 0.09 | 292.57 | 0.69 | 0.7 |
Hex | DA | 7E | E7 | 6 | 2D | 0 | 9 | 125 | 45 | 46 |
Octal | 332 | 176 | 347 | 6 | 55 | 0 | 11 | 445 | 105 | 106 |
Binary | 11011010 | 1111110 | 11100111 | 110 | 101101 | 0 | 1001 | 100100101 | 1000101 | 1000110 |
Color Harmonies of #DA7EE7
Complementary color
Monochromatic Colors of #DA7EE7
Black with #DA7EE7
Text Example
Text Example
White with #DA7EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7EE7; }
p { color: rgb(218,126,231); }
H1.HeaderClassName
{
color: #DA7EE7;
}
.AnyTagClassName
{
color: #DA7EE7;
}
</style>
background-color css
<style>
a { background-color: #DA7EE7; }
a { background-color: rgb(218,126,231); }
div.DivClassName
{
background-color: #DA7EE7;
}
.BgClassName
{
background-color: #DA7EE7;
}
</style>
border-color css
<style>
span { border-color: #DA7EE7; }
span { border-color: rgb(218,126,231); }
td.TdClassName
{
border-color: #DA7EE7;
}
.TagClassName
{
border-color: #DA7EE7;
}
</style>