Html Css Color HEX #DB38FE Psychedelic Purple

📋 copy color: '#DB38FE'

red 219 ◦ green 56 ◦ blue 254

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

Shades of Psychedelic Purple #DB38FE

Tints of Psychedelic Purple #DB38FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.59%

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

R = 41.4%
G = 10.59%
B = 48.02%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB38FE (or 0xDB38FE) is known color: Psychedelic Purple. HEX triplet: DB, 38 and FE. RGB value is (219,56,254). Sum of RGB (Red+Green+Blue) = 219+56+254=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 56 (22.27% from 255 or 10.59% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB38FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38FE is #24C701. Grayscale: #7E7E7E. Windows color (decimal): -2410242 or 16660699. OLE color: 16660699.

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

Color convert

RGB 219 56 254 -
CMYK 0.14 0.78 0 0.00
HSL 289.39º 0.99% 0.61% -
HSV(B) 289.39º 0.78% 1% -
XYZ 48.52 25.04 96.04 -
YUV 127.31 199.5 193.4 -
System Red Green Blue C M Y K H S L
Decimal 219 56 254 0.14 0.78 0 0.00 289.39 0.99 0.61
Hex DB 38 FE E 4E 0 0 121 63 3D
Octal 333 70 376 16 116 0 0 441 143 75
Binary 11011011 111000 11111110 1110 1001110 0 0 100100001 1100011 111101

Color Harmonies of #DB38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38FE

Black with #DB38FE

Text Example


Text Example

White with #DB38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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