Html Css Color HEX #DB11FB Psychedelic Purple

📋 copy color: '#DB11FB'

red 219 ◦ green 17 ◦ blue 251

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

Shades of Psychedelic Purple #DB11FB

Tints of Psychedelic Purple #DB11FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 44.97%
G = 3.49%
B = 51.54%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB11FB (or 0xDB11FB) is known color: Psychedelic Purple. HEX triplet: DB, 11 and FB. RGB value is (219,17,251). Sum of RGB (Red+Green+Blue) = 219+17+251=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB11FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB11FB is #24EE04. Grayscale: #676767. Windows color (decimal): -2420229 or 16454107. OLE color: 16454107.

HSL color Cylindrical-coordinate representation of color #DB11FB: hue angle of 291.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB11FB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 17 251 -
CMYK 0.13 0.93 0 0.02
HSL 291.79º 0.97% 0.53% -
HSV(B) 291.79º 0.93% 0.98% -
XYZ 46.83 22.43 93.13 -
YUV 104.07 210.92 209.97 -
System Red Green Blue C M Y K H S L
Decimal 219 17 251 0.13 0.93 0 0.02 291.79 0.97 0.53
Hex DB 11 FB D 5D 0 2 124 61 35
Octal 333 21 373 15 135 0 2 444 141 65
Binary 11011011 10001 11111011 1101 1011101 0 10 100100100 1100001 110101

Color Harmonies of #DB11FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB11FB

Black with #DB11FB

Text Example


Text Example

White with #DB11FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB11FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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