Html Css Color HEX #DB19FC Psychedelic Purple

📋 copy color: '#DB19FC'

red 219 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #DB19FC

Tints of Psychedelic Purple #DB19FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.04%

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 44.15%
G = 5.04%
B = 50.81%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB19FC (or 0xDB19FC) is known color: Psychedelic Purple. HEX triplet: DB, 19 and FC. RGB value is (219,25,252). Sum of RGB (Red+Green+Blue) = 219+25+252=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB19FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19FC is #24E603. Grayscale: #6C6C6C. Windows color (decimal): -2418180 or 16521691. OLE color: 16521691.

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

Color convert

RGB 219 25 252 -
CMYK 0.13 0.90 0 0.01
HSL 291.28º 0.97% 0.54% -
HSV(B) 291.28º 0.9% 0.99% -
XYZ 47.13 22.78 94.01 -
YUV 108.88 208.77 206.54 -
System Red Green Blue C M Y K H S L
Decimal 219 25 252 0.13 0.90 0 0.01 291.28 0.97 0.54
Hex DB 19 FC D 5A 0 1 123 61 36
Octal 333 31 374 15 132 0 1 443 141 66
Binary 11011011 11001 11111100 1101 1011010 0 1 100100011 1100001 110110

Color Harmonies of #DB19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19FC

Black with #DB19FC

Text Example


Text Example

White with #DB19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19FC; }

 p { color: rgb(219,25,252); }

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

background-color css

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

 a { background-color: rgb(219,25,252); }

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

border-color css

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

 span { border-color: rgb(219,25,252); }

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