Html Css Color HEX #DB04FA Psychedelic Purple

📋 copy color: '#DB04FA'

red 219 ◦ green 4 ◦ blue 250

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

Shades of Psychedelic Purple #DB04FA

Tints of Psychedelic Purple #DB04FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.85%

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 46.3%
G = 0.85%
B = 52.85%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB04FA (or 0xDB04FA) is known color: Psychedelic Purple. HEX triplet: DB, 04 and FA. RGB value is (219,4,250). Sum of RGB (Red+Green+Blue) = 219+4+250=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB04FA is #24FB05. Grayscale: #5F5F5F. Windows color (decimal): -2423558 or 16385243. OLE color: 16385243.

HSL color Cylindrical-coordinate representation of color #DB04FA: hue angle of 292.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB04FA is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 4 250 -
CMYK 0.12 0.98 0 0.02
HSL 292.44º 0.97% 0.5% -
HSV(B) 292.44º 0.98% 0.98% -
XYZ 46.51 22.05 92.25 -
YUV 96.33 214.73 215.5 -
System Red Green Blue C M Y K H S L
Decimal 219 4 250 0.12 0.98 0 0.02 292.44 0.97 0.5
Hex DB 4 FA C 62 0 2 124 61 32
Octal 333 4 372 14 142 0 2 444 141 62
Binary 11011011 100 11111010 1100 1100010 0 10 100100100 1100001 110010

Color Harmonies of #DB04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB04FA

Black with #DB04FA

Text Example


Text Example

White with #DB04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB04FA; }

 p { color: rgb(219,4,250); }

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

background-color css

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

 a { background-color: rgb(219,4,250); }

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

border-color css

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

 span { border-color: rgb(219,4,250); }

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