Html Css Color HEX #DB18FF Psychedelic Purple

📋 copy color: '#DB18FF'

red 219 ◦ green 24 ◦ blue 255

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

Shades of Psychedelic Purple #DB18FF

Tints of Psychedelic Purple #DB18FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 43.98%
G = 4.82%
B = 51.2%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB18FF (or 0xDB18FF) is known color: Psychedelic Purple. HEX triplet: DB, 18 and FF. RGB value is (219,24,255). Sum of RGB (Red+Green+Blue) = 219+24+255=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 24 (9.77% from 255 or 4.82% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18FF is #24E700. Grayscale: #6B6B6B. Windows color (decimal): -2418433 or 16718043. OLE color: 16718043.

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

Color convert

RGB 219 24 255 -
CMYK 0.14 0.91 0 0
HSL 290.65º 1% 0.55% -
HSV(B) 290.65º 0.91% 1% -
XYZ 47.59 22.93 96.53 -
YUV 108.64 210.6 206.72 -
System Red Green Blue C M Y K H S L
Decimal 219 24 255 0.14 0.91 0 0 290.65 1 0.55
Hex DB 18 FF E 5B 0 0 123 64 37
Octal 333 30 377 16 133 0 0 443 144 67
Binary 11011011 11000 11111111 1110 1011011 0 0 100100011 1100100 110111

Color Harmonies of #DB18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18FF

Black with #DB18FF

Text Example


Text Example

White with #DB18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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