Html Css Color HEX #DB0FF0 Psychedelic Purple

📋 copy color: '#DB0FF0'

red 219 ◦ green 15 ◦ blue 240

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

Shades of Psychedelic Purple #DB0FF0

Tints of Psychedelic Purple #DB0FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.63%

R = 46.2%
G = 3.16%
B = 50.63%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB0FF0 (or 0xDB0FF0) is known color: Psychedelic Purple. HEX triplet: DB, 0F and F0. RGB value is (219,15,240). Sum of RGB (Red+Green+Blue) = 219+15+240=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB0FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FF0 is #24F00F. Grayscale: #646464. Windows color (decimal): -2420752 or 15732699. OLE color: 15732699.

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

Color convert

RGB 219 15 240 -
CMYK 0.09 0.94 0 0.06
HSL 294.4º 0.88% 0.5% -
HSV(B) 294.4º 0.94% 0.94% -
XYZ 45.11 21.69 84.25 -
YUV 101.65 206.09 211.7 -
System Red Green Blue C M Y K H S L
Decimal 219 15 240 0.09 0.94 0 0.06 294.4 0.88 0.5
Hex DB F F0 9 5E 0 6 126 58 32
Octal 333 17 360 11 136 0 6 446 130 62
Binary 11011011 1111 11110000 1001 1011110 0 110 100100110 1011000 110010

Color Harmonies of #DB0FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FF0

Black with #DB0FF0

Text Example


Text Example

White with #DB0FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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