#DB7AEA

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

Shades of Violet #DB7AEA

Tints of Violet #DB7AEA

Color information

#DB7AEA (or 0xDB7AEA) is unknown color: approx Violet. HEX triplet: DB, 7A and EA. RGB value is (219,122,234). Sum of RGB (Red+Green+Blue) = 219+122+234=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 122 (48.05% from 255 or 21.22% 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 #DB7AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AEA is #248515. Grayscale: #A3A3A3. Windows color (decimal): -2393366 or 15366875. OLE color: 15366875.

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

Color convert

RGB219122234-
CMYK0.060.4800.08
HSL291.96º72.73%69.8%-
HSV(B)291.96º47.86%91.76%-
XYZ51.0234.9281.89-
YUV163.77167.64167.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 122 (48.05% from 255) = 21.22%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=38.09%
G=21.22%
B=40.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191222340.060.4800.08291.9672.7369.8
HexDB7AEA630081244946
Octal333172352660010444111106
Binary110110111111010111010101101100000100010010010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7AEA; }

 p { color: rgb(219,122,234); }

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

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

 a { background-color: rgb(219,122,234); }

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

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

 span { border-color: rgb(219,122,234); }

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