Html Css Color HEX #DB19F3 Psychedelic Purple

📋 copy color: '#DB19F3'

red 219 ◦ green 25 ◦ blue 243

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

Shades of Psychedelic Purple #DB19F3

Tints of Psychedelic Purple #DB19F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.9%

R = 44.97%
G = 5.13%
B = 49.9%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB19F3 (or 0xDB19F3) is known color: Psychedelic Purple. HEX triplet: DB, 19 and F3. RGB value is (219,25,243). Sum of RGB (Red+Green+Blue) = 219+25+243=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB19F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB19F3 is #24E60C. Grayscale: #6B6B6B. Windows color (decimal): -2418189 or 15931867. OLE color: 15931867.

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

Color convert

RGB 219 25 243 -
CMYK 0.10 0.90 0 0.05
HSL 293.39º 0.9% 0.53% -
HSV(B) 293.39º 0.9% 0.95% -
XYZ 45.74 22.23 86.67 -
YUV 107.86 204.27 207.27 -
System Red Green Blue C M Y K H S L
Decimal 219 25 243 0.10 0.90 0 0.05 293.39 0.9 0.53
Hex DB 19 F3 A 5A 0 5 125 5A 35
Octal 333 31 363 12 132 0 5 445 132 65
Binary 11011011 11001 11110011 1010 1011010 0 101 100100101 1011010 110101

Color Harmonies of #DB19F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB19F3

Black with #DB19F3

Text Example


Text Example

White with #DB19F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB19F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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