Html Css Color HEX #DB2AEF Psychedelic Purple

📋 copy color: '#DB2AEF'

red 219 ◦ green 42 ◦ blue 239

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

Shades of Psychedelic Purple #DB2AEF

Tints of Psychedelic Purple #DB2AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 43.8%
G = 8.4%
B = 47.8%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB2AEF (or 0xDB2AEF) is known color: Psychedelic Purple. HEX triplet: DB, 2A and EF. RGB value is (219,42,239). Sum of RGB (Red+Green+Blue) = 219+42+239=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB2AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AEF is #24D510. Grayscale: #747474. Windows color (decimal): -2413841 or 15674075. OLE color: 15674075.

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

Color convert

RGB 219 42 239 -
CMYK 0.08 0.82 0 0.06
HSL 293.91º 0.86% 0.55% -
HSV(B) 293.91º 0.82% 0.94% -
XYZ 45.62 22.95 83.69 -
YUV 117.38 196.64 200.48 -
System Red Green Blue C M Y K H S L
Decimal 219 42 239 0.08 0.82 0 0.06 293.91 0.86 0.55
Hex DB 2A EF 8 52 0 6 126 56 37
Octal 333 52 357 10 122 0 6 446 126 67
Binary 11011011 101010 11101111 1000 1010010 0 110 100100110 1010110 110111

Color Harmonies of #DB2AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AEF

Black with #DB2AEF

Text Example


Text Example

White with #DB2AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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