Html Css Color HEX #DB01EA Psychedelic Purple

📋 copy color: '#DB01EA'

red 219 ◦ green 1 ◦ blue 234

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

Shades of Psychedelic Purple #DB01EA

Tints of Psychedelic Purple #DB01EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 48.24%
G = 0.22%
B = 51.54%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB01EA (or 0xDB01EA) is known color: Psychedelic Purple. HEX triplet: DB, 01 and EA. RGB value is (219,1,234). Sum of RGB (Red+Green+Blue) = 219+1+234=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB01EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB01EA is #24FE15. Grayscale: #5C5C5C. Windows color (decimal): -2424342 or 15335899. OLE color: 15335899.

HSL color Cylindrical-coordinate representation of color #DB01EA: hue angle of 296.14º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01EA is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 1 234 -
CMYK 0.06 1.00 0 0.08
HSL 296.14º 0.99% 0.46% -
HSV(B) 296.14º 1% 0.92% -
XYZ 44.08 21.02 79.58 -
YUV 92.74 207.72 218.05 -
System Red Green Blue C M Y K H S L
Decimal 219 1 234 0.06 1.00 0 0.08 296.14 0.99 0.46
Hex DB 1 EA 6 64 0 8 128 63 2E
Octal 333 1 352 6 144 0 10 450 143 56
Binary 11011011 1 11101010 110 1100100 0 1000 100101000 1100011 101110

Color Harmonies of #DB01EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB01EA

Black with #DB01EA

Text Example


Text Example

White with #DB01EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB01EA; }

 p { color: rgb(219,1,234); }

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

background-color css

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

 a { background-color: rgb(219,1,234); }

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

border-color css

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

 span { border-color: rgb(219,1,234); }

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