Html Css Color HEX #DB2AEA Psychedelic Purple

📋 copy color: '#DB2AEA'

red 219 ◦ green 42 ◦ blue 234

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

Shades of Psychedelic Purple #DB2AEA

Tints of Psychedelic Purple #DB2AEA

RGB

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

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

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

R = 44.24%
G = 8.48%
B = 47.27%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB2AEA (or 0xDB2AEA) is known color: Psychedelic Purple. HEX triplet: DB, 2A and EA. RGB value is (219,42,234). Sum of RGB (Red+Green+Blue) = 219+42+234=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB2AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AEA is #24D515. Grayscale: #747474. Windows color (decimal): -2413846 or 15346395. OLE color: 15346395.

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

Color convert

RGB 219 42 234 -
CMYK 0.06 0.82 0 0.08
HSL 295.31º 0.82% 0.54% -
HSV(B) 295.31º 0.82% 0.92% -
XYZ 44.89 22.66 79.85 -
YUV 116.81 194.14 200.89 -
System Red Green Blue C M Y K H S L
Decimal 219 42 234 0.06 0.82 0 0.08 295.31 0.82 0.54
Hex DB 2A EA 6 52 0 8 127 52 36
Octal 333 52 352 6 122 0 10 447 122 66
Binary 11011011 101010 11101010 110 1010010 0 1000 100100111 1010010 110110

Color Harmonies of #DB2AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AEA

Black with #DB2AEA

Text Example


Text Example

White with #DB2AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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