#DB7BEA

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

Shades of Violet #DB7BEA

Tints of Violet #DB7BEA

Color information

#DB7BEA (or 0xDB7BEA) is unknown color: approx Violet. HEX triplet: DB, 7B and EA. RGB value is (219,123,234). Sum of RGB (Red+Green+Blue) = 219+123+234=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BEA is #248415. Grayscale: #A4A4A4. Windows color (decimal): -2393110 or 15367131. OLE color: 15367131.

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

Color convert

RGB219123234-
CMYK0.060.4700.08
HSL291.89º72.55%70%-
HSV(B)291.89º47.44%91.76%-
XYZ51.1535.1781.93-
YUV164.36167.3166.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 123 (48.44% from 255) = 21.35%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=38.02%
G=21.35%
B=40.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191232340.060.4700.08291.8972.5570
HexDB7BEA62F081244946
Octal333173352657010444111106
Binary110110111111011111010101101011110100010010010010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7BEA; }

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

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

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

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

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

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

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

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