Html Css Color HEX #DB27EE Psychedelic Purple

📋 copy color: '#DB27EE'

red 219 ◦ green 39 ◦ blue 238

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

Shades of Psychedelic Purple #DB27EE

Tints of Psychedelic Purple #DB27EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 44.15%
G = 7.86%
B = 47.98%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB27EE (or 0xDB27EE) is known color: Psychedelic Purple. HEX triplet: DB, 27 and EE. RGB value is (219,39,238). Sum of RGB (Red+Green+Blue) = 219+39+238=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB27EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27EE is #24D811. Grayscale: #727272. Windows color (decimal): -2414610 or 15607771. OLE color: 15607771.

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

Color convert

RGB 219 39 238 -
CMYK 0.08 0.84 0 0.07
HSL 294.27º 0.85% 0.54% -
HSV(B) 294.27º 0.84% 0.93% -
XYZ 45.37 22.68 82.88 -
YUV 115.51 197.13 201.82 -
System Red Green Blue C M Y K H S L
Decimal 219 39 238 0.08 0.84 0 0.07 294.27 0.85 0.54
Hex DB 27 EE 8 54 0 7 126 55 36
Octal 333 47 356 10 124 0 7 446 125 66
Binary 11011011 100111 11101110 1000 1010100 0 111 100100110 1010101 110110

Color Harmonies of #DB27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB27EE

Black with #DB27EE

Text Example


Text Example

White with #DB27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB27EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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