Html Css Color HEX #DB24F1 Psychedelic Purple

📋 copy color: '#DB24F1'

red 219 ◦ green 36 ◦ blue 241

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

Shades of Psychedelic Purple #DB24F1

Tints of Psychedelic Purple #DB24F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.59%

R = 44.15%
G = 7.26%
B = 48.59%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB24F1 (or 0xDB24F1) is known color: Psychedelic Purple. HEX triplet: DB, 24 and F1. RGB value is (219,36,241). Sum of RGB (Red+Green+Blue) = 219+36+241=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 36 (14.45% from 255 or 7.26% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB24F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB24F1 is #24DB0E. Grayscale: #717171. Windows color (decimal): -2415375 or 15803611. OLE color: 15803611.

HSL color Cylindrical-coordinate representation of color #DB24F1: hue angle of 293.56º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB24F1 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 36 241 -
CMYK 0.09 0.85 0 0.05
HSL 293.56º 0.88% 0.54% -
HSV(B) 293.56º 0.85% 0.95% -
XYZ 45.72 22.67 85.19 -
YUV 114.09 199.63 202.83 -
System Red Green Blue C M Y K H S L
Decimal 219 36 241 0.09 0.85 0 0.05 293.56 0.88 0.54
Hex DB 24 F1 9 55 0 5 126 58 36
Octal 333 44 361 11 125 0 5 446 130 66
Binary 11011011 100100 11110001 1001 1010101 0 101 100100110 1011000 110110

Color Harmonies of #DB24F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24F1

Black with #DB24F1

Text Example


Text Example

White with #DB24F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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