Html Css Color HEX #DB2DEA Psychedelic Purple

📋 copy color: '#DB2DEA'

red 219 ◦ green 45 ◦ blue 234

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

Shades of Psychedelic Purple #DB2DEA

Tints of Psychedelic Purple #DB2DEA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.04%

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

R = 43.98%
G = 9.04%
B = 46.99%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB2DEA (or 0xDB2DEA) is known color: Psychedelic Purple. HEX triplet: DB, 2D and EA. RGB value is (219,45,234). Sum of RGB (Red+Green+Blue) = 219+45+234=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 45 (17.97% from 255 or 9.04% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB2DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2DEA is #24D215. Grayscale: #757575. Windows color (decimal): -2413078 or 15347163. OLE color: 15347163.

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

Color convert

RGB 219 45 234 -
CMYK 0.06 0.81 0 0.08
HSL 295.24º 0.82% 0.55% -
HSV(B) 295.24º 0.81% 0.92% -
XYZ 45 22.88 79.89 -
YUV 118.57 193.15 199.63 -
System Red Green Blue C M Y K H S L
Decimal 219 45 234 0.06 0.81 0 0.08 295.24 0.82 0.55
Hex DB 2D EA 6 51 0 8 127 52 37
Octal 333 55 352 6 121 0 10 447 122 67
Binary 11011011 101101 11101010 110 1010001 0 1000 100100111 1010010 110111

Color Harmonies of #DB2DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DEA

Black with #DB2DEA

Text Example


Text Example

White with #DB2DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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