Html Css Color HEX #DB03F4 Psychedelic Purple

📋 copy color: '#DB03F4'

red 219 ◦ green 3 ◦ blue 244

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

Shades of Psychedelic Purple #DB03F4

Tints of Psychedelic Purple #DB03F4

RGB

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

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

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

R = 47%
G = 0.64%
B = 52.36%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB03F4 (or 0xDB03F4) is known color: Psychedelic Purple. HEX triplet: DB, 03 and F4. RGB value is (219,3,244). Sum of RGB (Red+Green+Blue) = 219+3+244=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB03F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03F4 is #24FC0B. Grayscale: #5E5E5E. Windows color (decimal): -2423820 or 15991771. OLE color: 15991771.

HSL color Cylindrical-coordinate representation of color #DB03F4: hue angle of 293.78º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03F4 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 3 244 -
CMYK 0.10 0.99 0 0.04
HSL 293.78º 0.98% 0.48% -
HSV(B) 293.78º 0.99% 0.96% -
XYZ 45.58 21.66 87.37 -
YUV 95.06 212.06 216.4 -
System Red Green Blue C M Y K H S L
Decimal 219 3 244 0.10 0.99 0 0.04 293.78 0.98 0.48
Hex DB 3 F4 A 63 0 4 126 62 30
Octal 333 3 364 12 143 0 4 446 142 60
Binary 11011011 11 11110100 1010 1100011 0 100 100100110 1100010 110000

Color Harmonies of #DB03F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03F4

Black with #DB03F4

Text Example


Text Example

White with #DB03F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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