Html Css Color HEX #DB2AEB Psychedelic Purple

📋 copy color: '#DB2AEB'

red 219 ◦ green 42 ◦ blue 235

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

Shades of Psychedelic Purple #DB2AEB

Tints of Psychedelic Purple #DB2AEB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.47%

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

R = 44.15%
G = 8.47%
B = 47.38%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB2AEB (or 0xDB2AEB) is known color: Psychedelic Purple. HEX triplet: DB, 2A and EB. RGB value is (219,42,235). Sum of RGB (Red+Green+Blue) = 219+42+235=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB2AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AEB is #24D514. Grayscale: #747474. Windows color (decimal): -2413845 or 15411931. OLE color: 15411931.

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

Color convert

RGB 219 42 235 -
CMYK 0.07 0.82 0 0.08
HSL 295.03º 0.83% 0.54% -
HSV(B) 295.03º 0.82% 0.92% -
XYZ 45.04 22.71 80.61 -
YUV 116.93 194.64 200.81 -
System Red Green Blue C M Y K H S L
Decimal 219 42 235 0.07 0.82 0 0.08 295.03 0.83 0.54
Hex DB 2A EB 7 52 0 8 127 53 36
Octal 333 52 353 7 122 0 10 447 123 66
Binary 11011011 101010 11101011 111 1010010 0 1000 100100111 1010011 110110

Color Harmonies of #DB2AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AEB

Black with #DB2AEB

Text Example


Text Example

White with #DB2AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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