Html Css Color HEX #DB11FE Psychedelic Purple

📋 copy color: '#DB11FE'

red 219 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #DB11FE

Tints of Psychedelic Purple #DB11FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 44.69%
G = 3.47%
B = 51.84%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB11FE (or 0xDB11FE) is known color: Psychedelic Purple. HEX triplet: DB, 11 and FE. RGB value is (219,17,254). Sum of RGB (Red+Green+Blue) = 219+17+254=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB11FE is #24EE01. Grayscale: #676767. Windows color (decimal): -2420226 or 16650715. OLE color: 16650715.

HSL color Cylindrical-coordinate representation of color #DB11FE: hue angle of 291.14º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB11FE is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 17 254 -
CMYK 0.14 0.93 0 0.00
HSL 291.14º 0.99% 0.53% -
HSV(B) 291.14º 0.93% 1% -
XYZ 47.3 22.62 95.64 -
YUV 104.42 212.42 209.73 -
System Red Green Blue C M Y K H S L
Decimal 219 17 254 0.14 0.93 0 0.00 291.14 0.99 0.53
Hex DB 11 FE E 5D 0 0 123 63 35
Octal 333 21 376 16 135 0 0 443 143 65
Binary 11011011 10001 11111110 1110 1011101 0 0 100100011 1100011 110101

Color Harmonies of #DB11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB11FE

Black with #DB11FE

Text Example


Text Example

White with #DB11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB11FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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