Html Css Color HEX #DB14FE Psychedelic Purple

📋 copy color: '#DB14FE'

red 219 ◦ green 20 ◦ blue 254

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

Shades of Psychedelic Purple #DB14FE

Tints of Psychedelic Purple #DB14FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.06%

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

R = 44.42%
G = 4.06%
B = 51.52%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB14FE (or 0xDB14FE) is known color: Psychedelic Purple. HEX triplet: DB, 14 and FE. RGB value is (219,20,254). Sum of RGB (Red+Green+Blue) = 219+20+254=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB14FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB14FE is #24EB01. Grayscale: #696969. Windows color (decimal): -2419458 or 16651483. OLE color: 16651483.

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

Color convert

RGB 219 20 254 -
CMYK 0.14 0.92 0 0.00
HSL 291.03º 0.99% 0.54% -
HSV(B) 291.03º 0.92% 1% -
XYZ 47.35 22.72 95.65 -
YUV 106.18 211.43 208.47 -
System Red Green Blue C M Y K H S L
Decimal 219 20 254 0.14 0.92 0 0.00 291.03 0.99 0.54
Hex DB 14 FE E 5C 0 0 123 63 36
Octal 333 24 376 16 134 0 0 443 143 66
Binary 11011011 10100 11111110 1110 1011100 0 0 100100011 1100011 110110

Color Harmonies of #DB14FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB14FE

Black with #DB14FE

Text Example


Text Example

White with #DB14FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB14FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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