#DB81EC

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

Shades of Violet #DB81EC

Tints of Violet #DB81EC

Color information

#DB81EC (or 0xDB81EC) is unknown color: approx Violet. HEX triplet: DB, 81 and EC. RGB value is (219,129,236). Sum of RGB (Red+Green+Blue) = 219+129+236=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81EC is #247E13. Grayscale: #A7A7A7. Windows color (decimal): -2391572 or 15499739. OLE color: 15499739.

HSL color Cylindrical-coordinate representation of color #DB81EC: hue angle of 290.47º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB81EC is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219129236-
CMYK0.070.4500.07
HSL290.47º73.79%71.57%-
HSV(B)290.47º45.34%92.55%-
XYZ52.236.8283.71-
YUV168.11166.32164.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 129 (50.78% from 255) = 22.09%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=37.5%
G=22.09%
B=40.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191292360.070.4500.07290.4773.7971.57
HexDB81EC72D071224a48
Octal33320135475507442112110
Binary110110111000000111101100111101101011110010001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81EC; }

 p { color: rgb(219,129,236); }

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

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

 a { background-color: rgb(219,129,236); }

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

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

 span { border-color: rgb(219,129,236); }

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