Html Css Color HEX #DB15FE Psychedelic Purple

📋 copy color: '#DB15FE'

red 219 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #DB15FE

Tints of Psychedelic Purple #DB15FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.25%

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

R = 44.33%
G = 4.25%
B = 51.42%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB15FE (or 0xDB15FE) is known color: Psychedelic Purple. HEX triplet: DB, 15 and FE. RGB value is (219,21,254). Sum of RGB (Red+Green+Blue) = 219+21+254=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB15FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15FE is #24EA01. Grayscale: #6A6A6A. Windows color (decimal): -2419202 or 16651739. OLE color: 16651739.

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

Color convert

RGB 219 21 254 -
CMYK 0.14 0.92 0 0.00
HSL 290.99º 0.99% 0.54% -
HSV(B) 290.99º 0.92% 1% -
XYZ 47.37 22.75 95.66 -
YUV 106.76 211.1 208.05 -
System Red Green Blue C M Y K H S L
Decimal 219 21 254 0.14 0.92 0 0.00 290.99 0.99 0.54
Hex DB 15 FE E 5C 0 0 123 63 36
Octal 333 25 376 16 134 0 0 443 143 66
Binary 11011011 10101 11111110 1110 1011100 0 0 100100011 1100011 110110

Color Harmonies of #DB15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB15FE

Black with #DB15FE

Text Example


Text Example

White with #DB15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB15FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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