Html Css Color HEX #DB85EB Violet

📋 copy color: '#DB85EB'

red 219 ◦ green 133 ◦ blue 235

#DB85EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #DB85EB

Tints of Violet #DB85EB

RGB

 RED value IS 219 (85.94% from 255) = 37.31%

 GREEN value IS 133 (52.34% from 255) = 22.66%

 BLUE value IS 235 (92.19% from 255) = 40.03%

R = 37.31%
G = 22.66%
B = 40.03%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB85EB (or 0xDB85EB) is known color: Violet. HEX triplet: DB, 85 and EB. RGB value is (219,133,235). Sum of RGB (Red+Green+Blue) = 219+133+235=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB85EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85EB is #247A14. Grayscale: #AAAAAA. Windows color (decimal): -2390549 or 15435227. OLE color: 15435227.

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

Color convert

RGB 219 133 235 -
CMYK 0.07 0.43 0 0.08
HSL 290.59º 0.72% 0.72% -
HSV(B) 290.59º 0.43% 0.92% -
XYZ 52.6 37.83 83.13 -
YUV 170.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 219 133 235 0.07 0.43 0 0.08 290.59 0.72 0.72
Hex DB 85 EB 7 2B 0 8 123 48 48
Octal 333 205 353 7 53 0 10 443 110 110
Binary 11011011 10000101 11101011 111 101011 0 1000 100100011 1001000 1001000

Color Harmonies of #DB85EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85EB

Black with #DB85EB

Text Example


Text Example

White with #DB85EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85EB; }

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

 H1.HeaderClassName
 {
   color: #DB85EB;
 }
 .AnyTagClassName
 {
   color: #DB85EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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