Html Css Color HEX #DB21FE Psychedelic Purple

📋 copy color: '#DB21FE'

red 219 ◦ green 33 ◦ blue 254

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

Shades of Psychedelic Purple #DB21FE

Tints of Psychedelic Purple #DB21FE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.52%

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

R = 43.28%
G = 6.52%
B = 50.2%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB21FE (or 0xDB21FE) is known color: Psychedelic Purple. HEX triplet: DB, 21 and FE. RGB value is (219,33,254). Sum of RGB (Red+Green+Blue) = 219+33+254=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 33 (13.28% from 255 or 6.52% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB21FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB21FE is #24DE01. Grayscale: #717171. Windows color (decimal): -2416130 or 16654811. OLE color: 16654811.

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

Color convert

RGB 219 33 254 -
CMYK 0.14 0.87 0 0.00
HSL 290.5º 0.99% 0.56% -
HSV(B) 290.5º 0.87% 1% -
XYZ 47.65 23.3 95.75 -
YUV 113.81 207.12 203.03 -
System Red Green Blue C M Y K H S L
Decimal 219 33 254 0.14 0.87 0 0.00 290.5 0.99 0.56
Hex DB 21 FE E 57 0 0 122 63 38
Octal 333 41 376 16 127 0 0 442 143 70
Binary 11011011 100001 11111110 1110 1010111 0 0 100100010 1100011 111000

Color Harmonies of #DB21FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21FE

Black with #DB21FE

Text Example


Text Example

White with #DB21FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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