#DB85EC

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

Shades of Violet #DB85EC

Tints of Violet #DB85EC

Color information

#DB85EC (or 0xDB85EC) is unknown color: approx Violet. HEX triplet: DB, 85 and EC. RGB value is (219,133,236). Sum of RGB (Red+Green+Blue) = 219+133+236=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85EC is #247A13. Grayscale: #AAAAAA. Windows color (decimal): -2390548 or 15500763. OLE color: 15500763.

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

Color convert

RGB219133236-
CMYK0.070.4400.07
HSL290.1º73.05%72.35%-
HSV(B)290.1º43.64%92.55%-
XYZ52.7437.8983.89-
YUV170.46164.99162.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 236 (92.58% from 255) = 40.14%
R=37.24%
G=22.62%
B=40.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191332360.070.4400.07290.173.0572.35
HexDB85EC72C071224948
Octal33320535475407442111110
Binary110110111000010111101100111101100011110010001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB85EC; }

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

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

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

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

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

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

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

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