Html Css Color HEX #DB2BE7 Psychedelic Purple

📋 copy color: '#DB2BE7'

red 219 ◦ green 43 ◦ blue 231

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

Shades of Psychedelic Purple #DB2BE7

Tints of Psychedelic Purple #DB2BE7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.72%

 BLUE value IS 231 (90.63% from 255) = 46.86%

R = 44.42%
G = 8.72%
B = 46.86%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB2BE7 (or 0xDB2BE7) is known color: Psychedelic Purple. HEX triplet: DB, 2B and E7. RGB value is (219,43,231). Sum of RGB (Red+Green+Blue) = 219+43+231=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB2BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BE7 is #24D418. Grayscale: #747474. Windows color (decimal): -2413593 or 15150043. OLE color: 15150043.

HSL color Cylindrical-coordinate representation of color #DB2BE7: hue angle of 296.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2BE7 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 43 231 -
CMYK 0.05 0.81 0 0.09
HSL 296.17º 0.8% 0.54% -
HSV(B) 296.17º 0.81% 0.91% -
XYZ 44.5 22.56 77.61 -
YUV 117.06 192.31 200.71 -
System Red Green Blue C M Y K H S L
Decimal 219 43 231 0.05 0.81 0 0.09 296.17 0.8 0.54
Hex DB 2B E7 5 51 0 9 128 50 36
Octal 333 53 347 5 121 0 11 450 120 66
Binary 11011011 101011 11100111 101 1010001 0 1001 100101000 1010000 110110

Color Harmonies of #DB2BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BE7

Black with #DB2BE7

Text Example


Text Example

White with #DB2BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BE7; }

 p { color: rgb(219,43,231); }

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

background-color css

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

 a { background-color: rgb(219,43,231); }

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

border-color css

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

 span { border-color: rgb(219,43,231); }

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