Html Css Color HEX #DB18FE Psychedelic Purple

📋 copy color: '#DB18FE'

red 219 ◦ green 24 ◦ blue 254

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

Shades of Psychedelic Purple #DB18FE

Tints of Psychedelic Purple #DB18FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.83%

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

R = 44.06%
G = 4.83%
B = 51.11%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB18FE (or 0xDB18FE) is known color: Psychedelic Purple. HEX triplet: DB, 18 and FE. RGB value is (219,24,254). Sum of RGB (Red+Green+Blue) = 219+24+254=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB18FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18FE is #24E701. Grayscale: #6B6B6B. Windows color (decimal): -2418434 or 16652507. OLE color: 16652507.

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

Color convert

RGB 219 24 254 -
CMYK 0.14 0.91 0 0.00
HSL 290.87º 0.99% 0.55% -
HSV(B) 290.87º 0.91% 1% -
XYZ 47.43 22.87 95.68 -
YUV 108.53 210.1 206.8 -
System Red Green Blue C M Y K H S L
Decimal 219 24 254 0.14 0.91 0 0.00 290.87 0.99 0.55
Hex DB 18 FE E 5B 0 0 123 63 37
Octal 333 30 376 16 133 0 0 443 143 67
Binary 11011011 11000 11111110 1110 1011011 0 0 100100011 1100011 110111

Color Harmonies of #DB18FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18FE

Black with #DB18FE

Text Example


Text Example

White with #DB18FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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