#db03e5

Color #DB03E5 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DB03E5

Tints of Psychedelic Purple #DB03E5

Color information

#DB03E5 (or 0xDB03E5) is unknown color: approx Psychedelic Purple. HEX triplet: DB, 03 and E5. RGB value is (219,3,229). Sum of RGB (Red+Green+Blue) = 219+3+229=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03E5 is #24FC1A. Grayscale: #5C5C5C. Windows color (decimal): -2423835 or 15008731. OLE color: 15008731.

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

Color convert

RGB2193229-
CMYK0.040.9900.10
HSL297.35º97.41%45.49%-
HSV(B)297.35º98.69%89.8%-
XYZ43.3920.7875.85-
YUV93.35204.56217.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.56%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=48.56%
G=0.67%
B=50.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal21932290.040.9900.10297.3597.4145.49
HexDB3E54630A129612d
Octal3333345414301245114155
Binary1101101111111001011001100011010101001010011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db03e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db03e5; }

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

 H1.HeaderClassName
 {
   color: #db03e5;
 }
 .AnyTagClassName
 {
   color: #db03e5;
 }
</style>
background-color css

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

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

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

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

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

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