Html Css Color HEX #DB0FFF Psychedelic Purple

📋 copy color: '#DB0FFF'

red 219 ◦ green 15 ◦ blue 255

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

Shades of Psychedelic Purple #DB0FFF

Tints of Psychedelic Purple #DB0FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 44.79%
G = 3.07%
B = 52.15%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB0FFF (or 0xDB0FFF) is known color: Psychedelic Purple. HEX triplet: DB, 0F and FF. RGB value is (219,15,255). Sum of RGB (Red+Green+Blue) = 219+15+255=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 15 (6.25% from 255 or 3.07% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB0FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FFF is #24F000. Grayscale: #666666. Windows color (decimal): -2420737 or 16715739. OLE color: 16715739.

HSL color Cylindrical-coordinate representation of color #DB0FFF: hue angle of 291º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0FFF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 15 255 -
CMYK 0.14 0.94 0 0
HSL 291º 1% 0.53% -
HSV(B) 291º 0.94% 1% -
XYZ 47.43 22.62 96.47 -
YUV 103.36 213.59 210.49 -
System Red Green Blue C M Y K H S L
Decimal 219 15 255 0.14 0.94 0 0 291 1 0.53
Hex DB F FF E 5E 0 0 123 64 35
Octal 333 17 377 16 136 0 0 443 144 65
Binary 11011011 1111 11111111 1110 1011110 0 0 100100011 1100100 110101

Color Harmonies of #DB0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FFF

Black with #DB0FFF

Text Example


Text Example

White with #DB0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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