Html Css Color HEX #DB25EA Psychedelic Purple

📋 copy color: '#DB25EA'

red 219 ◦ green 37 ◦ blue 234

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

Shades of Psychedelic Purple #DB25EA

Tints of Psychedelic Purple #DB25EA

RGB

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

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

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

R = 44.69%
G = 7.55%
B = 47.76%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB25EA (or 0xDB25EA) is known color: Psychedelic Purple. HEX triplet: DB, 25 and EA. RGB value is (219,37,234). Sum of RGB (Red+Green+Blue) = 219+37+234=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB25EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB25EA is #24DA15. Grayscale: #717171. Windows color (decimal): -2415126 or 15345115. OLE color: 15345115.

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

Color convert

RGB 219 37 234 -
CMYK 0.06 0.84 0 0.08
HSL 295.43º 0.82% 0.53% -
HSV(B) 295.43º 0.84% 0.92% -
XYZ 44.73 22.32 79.79 -
YUV 113.88 195.8 202.98 -
System Red Green Blue C M Y K H S L
Decimal 219 37 234 0.06 0.84 0 0.08 295.43 0.82 0.53
Hex DB 25 EA 6 54 0 8 127 52 35
Octal 333 45 352 6 124 0 10 447 122 65
Binary 11011011 100101 11101010 110 1010100 0 1000 100100111 1010010 110101

Color Harmonies of #DB25EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25EA

Black with #DB25EA

Text Example


Text Example

White with #DB25EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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