Html Css Color HEX #DB00EE Psychedelic Purple

📋 copy color: '#DB00EE'

red 219 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #DB00EE

Tints of Psychedelic Purple #DB00EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.92%
G = 0%
B = 52.08%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB00EE (or 0xDB00EE) is known color: Psychedelic Purple. HEX triplet: DB, 00 and EE. RGB value is (219,0,238). Sum of RGB (Red+Green+Blue) = 219+0+238=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB00EE is #24FF11. Grayscale: #5B5B5B. Windows color (decimal): -2424594 or 15597787. OLE color: 15597787.

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

Color convert

RGB 219 0 238 -
CMYK 0.08 1 0 0.07
HSL 295.21º 1% 0.47% -
HSV(B) 295.21º 1% 0.93% -
XYZ 44.65 21.23 82.63 -
YUV 92.61 210.05 218.15 -
System Red Green Blue C M Y K H S L
Decimal 219 0 238 0.08 1 0 0.07 295.21 1 0.47
Hex DB 0 EE 8 64 0 7 127 64 2F
Octal 333 0 356 10 144 0 7 447 144 57
Binary 11011011 0 11101110 1000 1100100 0 111 100100111 1100100 101111

Color Harmonies of #DB00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB00EE

Black with #DB00EE

Text Example


Text Example

White with #DB00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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