Html Css Color HEX #DB03FE Psychedelic Purple

📋 copy color: '#DB03FE'

red 219 ◦ green 3 ◦ blue 254

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

Shades of Psychedelic Purple #DB03FE

Tints of Psychedelic Purple #DB03FE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.63%

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 46.01%
G = 0.63%
B = 53.36%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB03FE (or 0xDB03FE) is known color: Psychedelic Purple. HEX triplet: DB, 03 and FE. RGB value is (219,3,254). Sum of RGB (Red+Green+Blue) = 219+3+254=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 3 (1.56% from 255 or 0.63% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03FE is #24FC01. Grayscale: #5F5F5F. Windows color (decimal): -2423810 or 16647131. OLE color: 16647131.

HSL color Cylindrical-coordinate representation of color #DB03FE: hue angle of 291.63º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03FE is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 3 254 -
CMYK 0.14 0.99 0 0.00
HSL 291.63º 0.99% 0.5% -
HSV(B) 291.63º 0.99% 1% -
XYZ 47.14 22.28 95.58 -
YUV 96.2 217.06 215.59 -
System Red Green Blue C M Y K H S L
Decimal 219 3 254 0.14 0.99 0 0.00 291.63 0.99 0.5
Hex DB 3 FE E 63 0 0 124 63 32
Octal 333 3 376 16 143 0 0 444 143 62
Binary 11011011 11 11111110 1110 1100011 0 0 100100100 1100011 110010

Color Harmonies of #DB03FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03FE

Black with #DB03FE

Text Example


Text Example

White with #DB03FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03FE; }

 p { color: rgb(219,3,254); }

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

background-color css

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

 a { background-color: rgb(219,3,254); }

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

border-color css

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

 span { border-color: rgb(219,3,254); }

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