Html Css Color HEX #DB20F3 Psychedelic Purple

📋 copy color: '#DB20F3'

red 219 ◦ green 32 ◦ blue 243

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

Shades of Psychedelic Purple #DB20F3

Tints of Psychedelic Purple #DB20F3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.48%

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

R = 44.33%
G = 6.48%
B = 49.19%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB20F3 (or 0xDB20F3) is known color: Psychedelic Purple. HEX triplet: DB, 20 and F3. RGB value is (219,32,243). Sum of RGB (Red+Green+Blue) = 219+32+243=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB20F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB20F3 is #24DF0C. Grayscale: #6F6F6F. Windows color (decimal): -2416397 or 15933659. OLE color: 15933659.

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

Color convert

RGB 219 32 243 -
CMYK 0.10 0.87 0 0.05
HSL 293.18º 0.9% 0.54% -
HSV(B) 293.18º 0.87% 0.95% -
XYZ 45.91 22.56 86.73 -
YUV 111.97 201.95 204.34 -
System Red Green Blue C M Y K H S L
Decimal 219 32 243 0.10 0.87 0 0.05 293.18 0.9 0.54
Hex DB 20 F3 A 57 0 5 125 5A 36
Octal 333 40 363 12 127 0 5 445 132 66
Binary 11011011 100000 11110011 1010 1010111 0 101 100100101 1011010 110110

Color Harmonies of #DB20F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB20F3

Black with #DB20F3

Text Example


Text Example

White with #DB20F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB20F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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