Html Css Color HEX #DB24EB Psychedelic Purple

📋 copy color: '#DB24EB'

red 219 ◦ green 36 ◦ blue 235

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

Shades of Psychedelic Purple #DB24EB

Tints of Psychedelic Purple #DB24EB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.35%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 44.69%
G = 7.35%
B = 47.96%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB24EB (or 0xDB24EB) is known color: Psychedelic Purple. HEX triplet: DB, 24 and EB. RGB value is (219,36,235). Sum of RGB (Red+Green+Blue) = 219+36+235=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB24EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB24EB is #24DB14. Grayscale: #707070. Windows color (decimal): -2415381 or 15410395. OLE color: 15410395.

HSL color Cylindrical-coordinate representation of color #DB24EB: hue angle of 295.18º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB24EB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 36 235 -
CMYK 0.07 0.85 0 0.08
HSL 295.18º 0.83% 0.53% -
HSV(B) 295.18º 0.85% 0.92% -
XYZ 44.84 22.32 80.54 -
YUV 113.4 196.63 203.32 -
System Red Green Blue C M Y K H S L
Decimal 219 36 235 0.07 0.85 0 0.08 295.18 0.83 0.53
Hex DB 24 EB 7 55 0 8 127 53 35
Octal 333 44 353 7 125 0 10 447 123 65
Binary 11011011 100100 11101011 111 1010101 0 1000 100100111 1010011 110101

Color Harmonies of #DB24EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24EB

Black with #DB24EB

Text Example


Text Example

White with #DB24EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24EB; }

 p { color: rgb(219,36,235); }

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

background-color css

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

 a { background-color: rgb(219,36,235); }

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

border-color css

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

 span { border-color: rgb(219,36,235); }

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