Html Css Color HEX #DB19F4 Psychedelic Purple

📋 copy color: '#DB19F4'

red 219 ◦ green 25 ◦ blue 244

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

Shades of Psychedelic Purple #DB19F4

Tints of Psychedelic Purple #DB19F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50%

R = 44.88%
G = 5.12%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB19F4 (or 0xDB19F4) is known color: Psychedelic Purple. HEX triplet: DB, 19 and F4. RGB value is (219,25,244). Sum of RGB (Red+Green+Blue) = 219+25+244=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB19F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19F4 is #24E60B. Grayscale: #6B6B6B. Windows color (decimal): -2418188 or 15997403. OLE color: 15997403.

HSL color Cylindrical-coordinate representation of color #DB19F4: hue angle of 293.15º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB19F4 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 25 244 -
CMYK 0.10 0.90 0 0.04
HSL 293.15º 0.91% 0.53% -
HSV(B) 293.15º 0.9% 0.96% -
XYZ 45.89 22.29 87.47 -
YUV 107.97 204.77 207.19 -
System Red Green Blue C M Y K H S L
Decimal 219 25 244 0.10 0.90 0 0.04 293.15 0.91 0.53
Hex DB 19 F4 A 5A 0 4 125 5B 35
Octal 333 31 364 12 132 0 4 445 133 65
Binary 11011011 11001 11110100 1010 1011010 0 100 100100101 1011011 110101

Color Harmonies of #DB19F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19F4

Black with #DB19F4

Text Example


Text Example

White with #DB19F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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