Html Css Color HEX #DB03EE Psychedelic Purple

📋 copy color: '#DB03EE'

red 219 ◦ green 3 ◦ blue 238

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

Shades of Psychedelic Purple #DB03EE

Tints of Psychedelic Purple #DB03EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 47.61%
G = 0.65%
B = 51.74%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB03EE (or 0xDB03EE) is known color: Psychedelic Purple. HEX triplet: DB, 03 and EE. RGB value is (219,3,238). Sum of RGB (Red+Green+Blue) = 219+3+238=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB03EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB03EE is #24FC11. Grayscale: #5D5D5D. Windows color (decimal): -2423826 or 15598555. OLE color: 15598555.

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

Color convert

RGB 219 3 238 -
CMYK 0.08 0.99 0 0.07
HSL 295.15º 0.98% 0.47% -
HSV(B) 295.15º 0.99% 0.93% -
XYZ 44.68 21.3 82.65 -
YUV 94.37 209.06 216.89 -
System Red Green Blue C M Y K H S L
Decimal 219 3 238 0.08 0.99 0 0.07 295.15 0.98 0.47
Hex DB 3 EE 8 63 0 7 127 62 2F
Octal 333 3 356 10 143 0 7 447 142 57
Binary 11011011 11 11101110 1000 1100011 0 111 100100111 1100010 101111

Color Harmonies of #DB03EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03EE

Black with #DB03EE

Text Example


Text Example

White with #DB03EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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