Html Css Color HEX #DB0FEE Psychedelic Purple

📋 copy color: '#DB0FEE'

red 219 ◦ green 15 ◦ blue 238

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

Shades of Psychedelic Purple #DB0FEE

Tints of Psychedelic Purple #DB0FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

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

R = 46.4%
G = 3.18%
B = 50.42%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB0FEE (or 0xDB0FEE) is known color: Psychedelic Purple. HEX triplet: DB, 0F and EE. RGB value is (219,15,238). Sum of RGB (Red+Green+Blue) = 219+15+238=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB0FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FEE is #24F011. Grayscale: #646464. Windows color (decimal): -2420754 or 15601627. OLE color: 15601627.

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

Color convert

RGB 219 15 238 -
CMYK 0.08 0.94 0 0.07
HSL 294.89º 0.88% 0.5% -
HSV(B) 294.89º 0.94% 0.93% -
XYZ 44.82 21.57 82.69 -
YUV 101.42 205.09 211.87 -
System Red Green Blue C M Y K H S L
Decimal 219 15 238 0.08 0.94 0 0.07 294.89 0.88 0.5
Hex DB F EE 8 5E 0 7 127 58 32
Octal 333 17 356 10 136 0 7 447 130 62
Binary 11011011 1111 11101110 1000 1011110 0 111 100100111 1011000 110010

Color Harmonies of #DB0FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FEE

Black with #DB0FEE

Text Example


Text Example

White with #DB0FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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