Html Css Color HEX #DB18FB Psychedelic Purple

📋 copy color: '#DB18FB'

red 219 ◦ green 24 ◦ blue 251

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

Shades of Psychedelic Purple #DB18FB

Tints of Psychedelic Purple #DB18FB

RGB

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

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

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

R = 44.33%
G = 4.86%
B = 50.81%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB18FB (or 0xDB18FB) is known color: Psychedelic Purple. HEX triplet: DB, 18 and FB. RGB value is (219,24,251). Sum of RGB (Red+Green+Blue) = 219+24+251=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB18FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB18FB is #24E704. Grayscale: #6B6B6B. Windows color (decimal): -2418437 or 16455899. OLE color: 16455899.

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

Color convert

RGB 219 24 251 -
CMYK 0.13 0.90 0 0.02
HSL 291.54º 0.97% 0.54% -
HSV(B) 291.54º 0.9% 0.98% -
XYZ 46.95 22.68 93.17 -
YUV 108.18 208.6 207.04 -
System Red Green Blue C M Y K H S L
Decimal 219 24 251 0.13 0.90 0 0.02 291.54 0.97 0.54
Hex DB 18 FB D 5A 0 2 124 61 36
Octal 333 30 373 15 132 0 2 444 141 66
Binary 11011011 11000 11111011 1101 1011010 0 10 100100100 1100001 110110

Color Harmonies of #DB18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB18FB

Black with #DB18FB

Text Example


Text Example

White with #DB18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB18FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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