Html Css Color HEX #DB24FF Psychedelic Purple

📋 copy color: '#DB24FF'

red 219 ◦ green 36 ◦ blue 255

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

Shades of Psychedelic Purple #DB24FF

Tints of Psychedelic Purple #DB24FF

RGB

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

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

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

R = 42.94%
G = 7.06%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB24FF (or 0xDB24FF) is known color: Psychedelic Purple. HEX triplet: DB, 24 and FF. RGB value is (219,36,255). Sum of RGB (Red+Green+Blue) = 219+36+255=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 36 (14.45% from 255 or 7.06% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB24FF is #24DB00. Grayscale: #727272. Windows color (decimal): -2415361 or 16721115. OLE color: 16721115.

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

Color convert

RGB 219 36 255 -
CMYK 0.14 0.86 0 0
HSL 290.14º 1% 0.57% -
HSV(B) 290.14º 0.86% 1% -
XYZ 47.89 23.54 96.63 -
YUV 115.68 206.63 201.69 -
System Red Green Blue C M Y K H S L
Decimal 219 36 255 0.14 0.86 0 0 290.14 1 0.57
Hex DB 24 FF E 56 0 0 122 64 39
Octal 333 44 377 16 126 0 0 442 144 71
Binary 11011011 100100 11111111 1110 1010110 0 0 100100010 1100100 111001

Color Harmonies of #DB24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24FF

Black with #DB24FF

Text Example


Text Example

White with #DB24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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