Html Css Color HEX #DB25EC Psychedelic Purple

📋 copy color: '#DB25EC'

red 219 ◦ green 37 ◦ blue 236

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

Shades of Psychedelic Purple #DB25EC

Tints of Psychedelic Purple #DB25EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.52%

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 44.51%
G = 7.52%
B = 47.97%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB25EC (or 0xDB25EC) is known color: Psychedelic Purple. HEX triplet: DB, 25 and EC. RGB value is (219,37,236). Sum of RGB (Red+Green+Blue) = 219+37+236=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB25EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB25EC is #24DA13. Grayscale: #717171. Windows color (decimal): -2415124 or 15476187. OLE color: 15476187.

HSL color Cylindrical-coordinate representation of color #DB25EC: hue angle of 294.87º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB25EC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 37 236 -
CMYK 0.07 0.84 0 0.07
HSL 294.87º 0.84% 0.54% -
HSV(B) 294.87º 0.84% 0.93% -
XYZ 45.02 22.44 81.32 -
YUV 114.1 196.8 202.82 -
System Red Green Blue C M Y K H S L
Decimal 219 37 236 0.07 0.84 0 0.07 294.87 0.84 0.54
Hex DB 25 EC 7 54 0 7 127 54 36
Octal 333 45 354 7 124 0 7 447 124 66
Binary 11011011 100101 11101100 111 1010100 0 111 100100111 1010100 110110

Color Harmonies of #DB25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25EC

Black with #DB25EC

Text Example


Text Example

White with #DB25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25EC; }

 p { color: rgb(219,37,236); }

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

background-color css

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

 a { background-color: rgb(219,37,236); }

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

border-color css

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

 span { border-color: rgb(219,37,236); }

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