Html Css Color HEX #DB0AF0 Psychedelic Purple

📋 copy color: '#DB0AF0'

red 219 ◦ green 10 ◦ blue 240

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

Shades of Psychedelic Purple #DB0AF0

Tints of Psychedelic Purple #DB0AF0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.13%

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

R = 46.7%
G = 2.13%
B = 51.17%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB0AF0 (or 0xDB0AF0) is known color: Psychedelic Purple. HEX triplet: DB, 0A and F0. RGB value is (219,10,240). Sum of RGB (Red+Green+Blue) = 219+10+240=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB0AF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0AF0 is #24F50F. Grayscale: #626262. Windows color (decimal): -2422032 or 15731419. OLE color: 15731419.

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

Color convert

RGB 219 10 240 -
CMYK 0.09 0.96 0 0.06
HSL 294.52º 0.92% 0.49% -
HSV(B) 294.52º 0.96% 0.94% -
XYZ 45.05 21.57 84.23 -
YUV 98.71 207.74 213.8 -
System Red Green Blue C M Y K H S L
Decimal 219 10 240 0.09 0.96 0 0.06 294.52 0.92 0.49
Hex DB A F0 9 60 0 6 127 5C 31
Octal 333 12 360 11 140 0 6 447 134 61
Binary 11011011 1010 11110000 1001 1100000 0 110 100100111 1011100 110001

Color Harmonies of #DB0AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0AF0

Black with #DB0AF0

Text Example


Text Example

White with #DB0AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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