#DA7EE7

Color #DA7EE7 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DA7EE7

Tints of Violet #DA7EE7

Color information

#DA7EE7 (or 0xDA7EE7) is unknown color: approx 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

RGB218126231-
CMYK0.060.4500.09
HSL292.57º68.63%70%-
HSV(B)292.57º45.45%90.59%-
XYZ50.835.679.79-
YUV165.48164.98165.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 126 (49.61% from 255) = 21.91%
BLUE value IS 231 (90.62% from 255) = 40.17%
R=37.91%
G=21.91%
B=40.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181262310.060.4500.09292.5768.6370
HexDA7EE762D091254546
Octal332176347655011445105106
Binary110110101111110111001111101011010100110010010110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>