Html Css Color HEX #DB19E5 Psychedelic Purple

📋 copy color: '#DB19E5'

red 219 ◦ green 25 ◦ blue 229

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

Shades of Psychedelic Purple #DB19E5

Tints of Psychedelic Purple #DB19E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 46.3%
G = 5.29%
B = 48.41%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB19E5 (or 0xDB19E5) is known color: Psychedelic Purple. HEX triplet: DB, 19 and E5. RGB value is (219,25,229). Sum of RGB (Red+Green+Blue) = 219+25+229=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB19E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19E5 is #24E61A. Grayscale: #696969. Windows color (decimal): -2418203 or 15014363. OLE color: 15014363.

HSL color Cylindrical-coordinate representation of color #DB19E5: hue angle of 297.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19E5 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 25 229 -
CMYK 0.04 0.89 0 0.10
HSL 297.06º 0.8% 0.5% -
HSV(B) 297.06º 0.89% 0.9% -
XYZ 43.7 21.41 75.96 -
YUV 106.26 197.27 208.41 -
System Red Green Blue C M Y K H S L
Decimal 219 25 229 0.04 0.89 0 0.10 297.06 0.8 0.5
Hex DB 19 E5 4 59 0 A 129 50 32
Octal 333 31 345 4 131 0 12 451 120 62
Binary 11011011 11001 11100101 100 1011001 0 1010 100101001 1010000 110010

Color Harmonies of #DB19E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19E5

Black with #DB19E5

Text Example


Text Example

White with #DB19E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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