Html Css Color HEX #DB0AEB Psychedelic Purple

📋 copy color: '#DB0AEB'

red 219 ◦ green 10 ◦ blue 235

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

Shades of Psychedelic Purple #DB0AEB

Tints of Psychedelic Purple #DB0AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 47.2%
G = 2.16%
B = 50.65%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB0AEB (or 0xDB0AEB) is known color: Psychedelic Purple. HEX triplet: DB, 0A and EB. RGB value is (219,10,235). Sum of RGB (Red+Green+Blue) = 219+10+235=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB0AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0AEB is #24F514. Grayscale: #616161. Windows color (decimal): -2422037 or 15403739. OLE color: 15403739.

HSL color Cylindrical-coordinate representation of color #DB0AEB: hue angle of 295.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0AEB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 10 235 -
CMYK 0.07 0.96 0 0.08
HSL 295.73º 0.92% 0.48% -
HSV(B) 295.73º 0.96% 0.92% -
XYZ 44.32 21.28 80.37 -
YUV 98.14 205.24 214.2 -
System Red Green Blue C M Y K H S L
Decimal 219 10 235 0.07 0.96 0 0.08 295.73 0.92 0.48
Hex DB A EB 7 60 0 8 128 5C 30
Octal 333 12 353 7 140 0 10 450 134 60
Binary 11011011 1010 11101011 111 1100000 0 1000 100101000 1011100 110000

Color Harmonies of #DB0AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0AEB

Black with #DB0AEB

Text Example


Text Example

White with #DB0AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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