Html Css Color HEX #DB85EE Violet

📋 copy color: '#DB85EE'

red 219 ◦ green 133 ◦ blue 238

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

Shades of Violet #DB85EE

Tints of Violet #DB85EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 37.12%
G = 22.54%
B = 40.34%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB85EE (or 0xDB85EE) is known color: Violet. HEX triplet: DB, 85 and EE. RGB value is (219,133,238). Sum of RGB (Red+Green+Blue) = 219+133+238=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85EE is #247A11. Grayscale: #AAAAAA. Windows color (decimal): -2390546 or 15631835. OLE color: 15631835.

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

Color convert

RGB 219 133 238 -
CMYK 0.08 0.44 0 0.07
HSL 289.14º 0.76% 0.73% -
HSV(B) 289.14º 0.44% 0.93% -
XYZ 53.03 38.01 85.43 -
YUV 170.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 219 133 238 0.08 0.44 0 0.07 289.14 0.76 0.73
Hex DB 85 EE 8 2C 0 7 121 4C 49
Octal 333 205 356 10 54 0 7 441 114 111
Binary 11011011 10000101 11101110 1000 101100 0 111 100100001 1001100 1001001

Color Harmonies of #DB85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85EE

Black with #DB85EE

Text Example


Text Example

White with #DB85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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