Html Css Color HEX #DB18EC Psychedelic Purple

📋 copy color: '#DB18EC'

red 219 ◦ green 24 ◦ blue 236

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

Shades of Psychedelic Purple #DB18EC

Tints of Psychedelic Purple #DB18EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 45.72%
G = 5.01%
B = 49.27%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB18EC (or 0xDB18EC) is known color: Psychedelic Purple. HEX triplet: DB, 18 and EC. RGB value is (219,24,236). Sum of RGB (Red+Green+Blue) = 219+24+236=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18EC is #24E713. Grayscale: #696969. Windows color (decimal): -2418452 or 15472859. OLE color: 15472859.

HSL color Cylindrical-coordinate representation of color #DB18EC: hue angle of 295.19º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB18EC is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 24 236 -
CMYK 0.07 0.90 0 0.07
HSL 295.19º 0.85% 0.51% -
HSV(B) 295.19º 0.9% 0.93% -
XYZ 44.68 21.77 81.2 -
YUV 106.47 201.1 208.26 -
System Red Green Blue C M Y K H S L
Decimal 219 24 236 0.07 0.90 0 0.07 295.19 0.85 0.51
Hex DB 18 EC 7 5A 0 7 127 55 33
Octal 333 30 354 7 132 0 7 447 125 63
Binary 11011011 11000 11101100 111 1011010 0 111 100100111 1010101 110011

Color Harmonies of #DB18EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18EC

Black with #DB18EC

Text Example


Text Example

White with #DB18EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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