#DB7EEB

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

Shades of Violet #DB7EEB

Tints of Violet #DB7EEB

Color information

#DB7EEB (or 0xDB7EEB) is unknown color: approx Violet. HEX triplet: DB, 7E and EB. RGB value is (219,126,235). Sum of RGB (Red+Green+Blue) = 219+126+235=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 126 (49.61% from 255 or 21.72% 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 #DB7EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EEB is #248114. Grayscale: #A5A5A5. Windows color (decimal): -2392341 or 15433435. OLE color: 15433435.

HSL color Cylindrical-coordinate representation of color #DB7EEB: hue angle of 291.19º 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 #DB7EEB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219126235-
CMYK0.070.4600.08
HSL291.19º73.15%70.78%-
HSV(B)291.19º46.38%92.16%-
XYZ51.6735.9882.82-
YUV166.23166.81165.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=37.76%
G=21.72%
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
Decimal2191262350.070.4600.08291.1973.1570.78
HexDB7EEB72E081234947
Octal333176353756010443111107
Binary110110111111110111010111111011100100010010001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EEB; }

 p { color: rgb(219,126,235); }

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

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

 a { background-color: rgb(219,126,235); }

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

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

 span { border-color: rgb(219,126,235); }

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