Html Css Color HEX #DB0BEE Psychedelic Purple

📋 copy color: '#DB0BEE'

red 219 ◦ green 11 ◦ blue 238

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

Shades of Psychedelic Purple #DB0BEE

Tints of Psychedelic Purple #DB0BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.35%

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

R = 46.79%
G = 2.35%
B = 50.85%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB0BEE (or 0xDB0BEE) is known color: Psychedelic Purple. HEX triplet: DB, 0B and EE. RGB value is (219,11,238). Sum of RGB (Red+Green+Blue) = 219+11+238=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0BEE is #24F411. Grayscale: #626262. Windows color (decimal): -2421778 or 15600603. OLE color: 15600603.

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

Color convert

RGB 219 11 238 -
CMYK 0.08 0.95 0 0.07
HSL 294.98º 0.91% 0.49% -
HSV(B) 294.98º 0.95% 0.93% -
XYZ 44.77 21.47 82.67 -
YUV 99.07 206.41 213.54 -
System Red Green Blue C M Y K H S L
Decimal 219 11 238 0.08 0.95 0 0.07 294.98 0.91 0.49
Hex DB B EE 8 5F 0 7 127 5B 31
Octal 333 13 356 10 137 0 7 447 133 61
Binary 11011011 1011 11101110 1000 1011111 0 111 100100111 1011011 110001

Color Harmonies of #DB0BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BEE

Black with #DB0BEE

Text Example


Text Example

White with #DB0BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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