#DA7FEB

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

Shades of Violet #DA7FEB

Tints of Violet #DA7FEB

Color information

#DA7FEB (or 0xDA7FEB) is unknown color: approx Violet. HEX triplet: DA, 7F and EB. RGB value is (218,127,235). Sum of RGB (Red+Green+Blue) = 218+127+235=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA7FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7FEB is #258014. Grayscale: #A6A6A6. Windows color (decimal): -2457621 or 15433690. OLE color: 15433690.

HSL color Cylindrical-coordinate representation of color #DA7FEB: hue angle of 290.56º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7FEB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218127235-
CMYK0.070.4600.08
HSL290.56º72.97%70.98%-
HSV(B)290.56º45.96%92.16%-
XYZ51.536.0882.85-
YUV166.52166.65164.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 127 (50% from 255) = 21.90%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=37.59%
G=21.90%
B=40.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181272350.070.4600.08290.5672.9770.98
HexDA7FEB72E081234947
Octal332177353756010443111107
Binary110110101111111111010111111011100100010010001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FEB; }

 p { color: rgb(218,127,235); }

 H1.HeaderClassName
 {
   color: #DA7FEB;
 }
 .AnyTagClassName
 {
   color: #DA7FEB;
 }
</style>
background-color css

<style>
 a { background-color: #DA7FEB; }

 a { background-color: rgb(218,127,235); }

 div.DivClassName
 {
   background-color: #DA7FEB;
 }
 .BgClassName
 {
   background-color: #DA7FEB;
 }
</style>
border-color css

<style>
 span { border-color: #DA7FEB; }

 span { border-color: rgb(218,127,235); }

 td.TdClassName
 {
   border-color: #DA7FEB;
 }
 .TagClassName
 {
   border-color: #DA7FEB;
 }
</style>