Html Css Color HEX #DB36FF Psychedelic Purple

📋 copy color: '#DB36FF'

red 219 ◦ green 54 ◦ blue 255

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

Shades of Psychedelic Purple #DB36FF

Tints of Psychedelic Purple #DB36FF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.23%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 41.48%
G = 10.23%
B = 48.3%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB36FF (or 0xDB36FF) is known color: Psychedelic Purple. HEX triplet: DB, 36 and FF. RGB value is (219,54,255). Sum of RGB (Red+Green+Blue) = 219+54+255=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 54 (21.48% from 255 or 10.23% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB36FF is #24C900. Grayscale: #7D7D7D. Windows color (decimal): -2410753 or 16725723. OLE color: 16725723.

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

Color convert

RGB 219 54 255 -
CMYK 0.14 0.79 0 0
HSL 289.25º 1% 0.61% -
HSV(B) 289.25º 0.79% 1% -
XYZ 48.58 24.92 96.86 -
YUV 126.25 200.66 194.16 -
System Red Green Blue C M Y K H S L
Decimal 219 54 255 0.14 0.79 0 0 289.25 1 0.61
Hex DB 36 FF E 4F 0 0 121 64 3D
Octal 333 66 377 16 117 0 0 441 144 75
Binary 11011011 110110 11111111 1110 1001111 0 0 100100001 1100100 111101

Color Harmonies of #DB36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36FF

Black with #DB36FF

Text Example


Text Example

White with #DB36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36FF; }

 p { color: rgb(219,54,255); }

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

background-color css

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

 a { background-color: rgb(219,54,255); }

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

border-color css

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

 span { border-color: rgb(219,54,255); }

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