Html Css Color HEX #DB27EB Psychedelic Purple

📋 copy color: '#DB27EB'

red 219 ◦ green 39 ◦ blue 235

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

Shades of Psychedelic Purple #DB27EB

Tints of Psychedelic Purple #DB27EB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.91%

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

R = 44.42%
G = 7.91%
B = 47.67%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB27EB (or 0xDB27EB) is known color: Psychedelic Purple. HEX triplet: DB, 27 and EB. RGB value is (219,39,235). Sum of RGB (Red+Green+Blue) = 219+39+235=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB27EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27EB is #24D814. Grayscale: #727272. Windows color (decimal): -2414613 or 15411163. OLE color: 15411163.

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

Color convert

RGB 219 39 235 -
CMYK 0.07 0.83 0 0.08
HSL 295.1º 0.83% 0.54% -
HSV(B) 295.1º 0.83% 0.92% -
XYZ 44.93 22.51 80.57 -
YUV 115.16 195.63 202.06 -
System Red Green Blue C M Y K H S L
Decimal 219 39 235 0.07 0.83 0 0.08 295.1 0.83 0.54
Hex DB 27 EB 7 53 0 8 127 53 36
Octal 333 47 353 7 123 0 10 447 123 66
Binary 11011011 100111 11101011 111 1010011 0 1000 100100111 1010011 110110

Color Harmonies of #DB27EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB27EB

Black with #DB27EB

Text Example


Text Example

White with #DB27EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB27EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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