Html Css Color HEX #DB0BEF Psychedelic Purple

📋 copy color: '#DB0BEF'

red 219 ◦ green 11 ◦ blue 239

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

Shades of Psychedelic Purple #DB0BEF

Tints of Psychedelic Purple #DB0BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 46.7%
G = 2.35%
B = 50.96%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB0BEF (or 0xDB0BEF) is known color: Psychedelic Purple. HEX triplet: DB, 0B and EF. RGB value is (219,11,239). Sum of RGB (Red+Green+Blue) = 219+11+239=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 11 (4.69% from 255 or 2.35% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB0BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0BEF is #24F410. Grayscale: #626262. Windows color (decimal): -2421777 or 15666139. OLE color: 15666139.

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

Color convert

RGB 219 11 239 -
CMYK 0.08 0.95 0 0.06
HSL 294.74º 0.91% 0.49% -
HSV(B) 294.74º 0.95% 0.94% -
XYZ 44.91 21.53 83.45 -
YUV 99.18 206.91 213.46 -
System Red Green Blue C M Y K H S L
Decimal 219 11 239 0.08 0.95 0 0.06 294.74 0.91 0.49
Hex DB B EF 8 5F 0 6 127 5B 31
Octal 333 13 357 10 137 0 6 447 133 61
Binary 11011011 1011 11101111 1000 1011111 0 110 100100111 1011011 110001

Color Harmonies of #DB0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BEF

Black with #DB0BEF

Text Example


Text Example

White with #DB0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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