Html Css Color HEX #DB23EA Psychedelic Purple

📋 copy color: '#DB23EA'

red 219 ◦ green 35 ◦ blue 234

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

Shades of Psychedelic Purple #DB23EA

Tints of Psychedelic Purple #DB23EA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.17%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 44.88%
G = 7.17%
B = 47.95%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB23EA (or 0xDB23EA) is known color: Psychedelic Purple. HEX triplet: DB, 23 and EA. RGB value is (219,35,234). Sum of RGB (Red+Green+Blue) = 219+35+234=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 35 (14.06% from 255 or 7.17% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB23EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB23EA is #24DC15. Grayscale: #707070. Windows color (decimal): -2415638 or 15344603. OLE color: 15344603.

HSL color Cylindrical-coordinate representation of color #DB23EA: hue angle of 295.48º 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 #DB23EA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 35 234 -
CMYK 0.06 0.85 0 0.08
HSL 295.48º 0.83% 0.53% -
HSV(B) 295.48º 0.85% 0.92% -
XYZ 44.67 22.2 79.77 -
YUV 112.7 196.46 203.82 -
System Red Green Blue C M Y K H S L
Decimal 219 35 234 0.06 0.85 0 0.08 295.48 0.83 0.53
Hex DB 23 EA 6 55 0 8 127 53 35
Octal 333 43 352 6 125 0 10 447 123 65
Binary 11011011 100011 11101010 110 1010101 0 1000 100100111 1010011 110101

Color Harmonies of #DB23EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23EA

Black with #DB23EA

Text Example


Text Example

White with #DB23EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23EA; }

 p { color: rgb(219,35,234); }

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

background-color css

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

 a { background-color: rgb(219,35,234); }

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

border-color css

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

 span { border-color: rgb(219,35,234); }

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