Html Css Color HEX #DB00FE Psychedelic Purple

📋 copy color: '#DB00FE'

red 219 ◦ green 0 ◦ blue 254

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

Shades of Psychedelic Purple #DB00FE

Tints of Psychedelic Purple #DB00FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 46.3%
G = 0%
B = 53.7%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB00FE (or 0xDB00FE) is known color: Psychedelic Purple. HEX triplet: DB, 00 and FE. RGB value is (219,0,254). Sum of RGB (Red+Green+Blue) = 219+0+254=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB00FE is #24FF01. Grayscale: #5D5D5D. Windows color (decimal): -2424578 or 16646363. OLE color: 16646363.

HSL color Cylindrical-coordinate representation of color #DB00FE: hue angle of 291.73º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00FE is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 0 254 -
CMYK 0.14 1 0 0.00
HSL 291.73º 1% 0.5% -
HSV(B) 291.73º 1% 1% -
XYZ 47.1 22.22 95.57 -
YUV 94.44 218.05 216.85 -
System Red Green Blue C M Y K H S L
Decimal 219 0 254 0.14 1 0 0.00 291.73 1 0.5
Hex DB 0 FE E 64 0 0 124 64 32
Octal 333 0 376 16 144 0 0 444 144 62
Binary 11011011 0 11111110 1110 1100100 0 0 100100100 1100100 110010

Color Harmonies of #DB00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB00FE

Black with #DB00FE

Text Example


Text Example

White with #DB00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB00FE; }

 p { color: rgb(219,0,254); }

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

background-color css

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

 a { background-color: rgb(219,0,254); }

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

border-color css

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

 span { border-color: rgb(219,0,254); }

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