Html Css Color HEX #DB11EB Psychedelic Purple

📋 copy color: '#DB11EB'

red 219 ◦ green 17 ◦ blue 235

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

Shades of Psychedelic Purple #DB11EB

Tints of Psychedelic Purple #DB11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.61%

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

R = 46.5%
G = 3.61%
B = 49.89%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB11EB (or 0xDB11EB) is known color: Psychedelic Purple. HEX triplet: DB, 11 and EB. RGB value is (219,17,235). Sum of RGB (Red+Green+Blue) = 219+17+235=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB11EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB11EB is #24EE14. Grayscale: #656565. Windows color (decimal): -2420245 or 15405531. OLE color: 15405531.

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

Color convert

RGB 219 17 235 -
CMYK 0.07 0.93 0 0.08
HSL 295.6º 0.87% 0.49% -
HSV(B) 295.6º 0.93% 0.92% -
XYZ 44.41 21.46 80.4 -
YUV 102.25 202.92 211.27 -
System Red Green Blue C M Y K H S L
Decimal 219 17 235 0.07 0.93 0 0.08 295.6 0.87 0.49
Hex DB 11 EB 7 5D 0 8 128 57 31
Octal 333 21 353 7 135 0 10 450 127 61
Binary 11011011 10001 11101011 111 1011101 0 1000 100101000 1010111 110001

Color Harmonies of #DB11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB11EB

Black with #DB11EB

Text Example


Text Example

White with #DB11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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