Html Css Color HEX #DB03EB Psychedelic Purple

📋 copy color: '#DB03EB'

red 219 ◦ green 3 ◦ blue 235

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

Shades of Psychedelic Purple #DB03EB

Tints of Psychedelic Purple #DB03EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 47.92%
G = 0.66%
B = 51.42%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB03EB (or 0xDB03EB) is known color: Psychedelic Purple. HEX triplet: DB, 03 and EB. RGB value is (219,3,235). Sum of RGB (Red+Green+Blue) = 219+3+235=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB03EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03EB is #24FC14. Grayscale: #5D5D5D. Windows color (decimal): -2423829 or 15401947. OLE color: 15401947.

HSL color Cylindrical-coordinate representation of color #DB03EB: hue angle of 295.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03EB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 3 235 -
CMYK 0.07 0.99 0 0.08
HSL 295.86º 0.97% 0.47% -
HSV(B) 295.86º 0.99% 0.92% -
XYZ 44.24 21.12 80.34 -
YUV 94.03 207.56 217.14 -
System Red Green Blue C M Y K H S L
Decimal 219 3 235 0.07 0.99 0 0.08 295.86 0.97 0.47
Hex DB 3 EB 7 63 0 8 128 61 2F
Octal 333 3 353 7 143 0 10 450 141 57
Binary 11011011 11 11101011 111 1100011 0 1000 100101000 1100001 101111

Color Harmonies of #DB03EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03EB

Black with #DB03EB

Text Example


Text Example

White with #DB03EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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