Html Css Color HEX #DB2BEB Psychedelic Purple

📋 copy color: '#DB2BEB'

red 219 ◦ green 43 ◦ blue 235

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

Shades of Psychedelic Purple #DB2BEB

Tints of Psychedelic Purple #DB2BEB

RGB

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

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

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

R = 44.06%
G = 8.65%
B = 47.28%

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

#DB2BEB (or 0xDB2BEB) is known color: Psychedelic Purple. HEX triplet: DB, 2B and EB. RGB value is (219,43,235). Sum of RGB (Red+Green+Blue) = 219+43+235=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB2BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2BEB is #24D414. Grayscale: #747474. Windows color (decimal): -2413589 or 15412187. OLE color: 15412187.

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

Color convert

RGB 219 43 235 -
CMYK 0.07 0.82 0 0.08
HSL 295º 0.83% 0.55% -
HSV(B) 295º 0.82% 0.92% -
XYZ 45.07 22.79 80.62 -
YUV 117.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 219 43 235 0.07 0.82 0 0.08 295 0.83 0.55
Hex DB 2B EB 7 52 0 8 127 53 37
Octal 333 53 353 7 122 0 10 447 123 67
Binary 11011011 101011 11101011 111 1010010 0 1000 100100111 1010011 110111

Color Harmonies of #DB2BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BEB

Black with #DB2BEB

Text Example


Text Example

White with #DB2BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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