Html Css Color HEX #DB0AED Psychedelic Purple

📋 copy color: '#DB0AED'

red 219 ◦ green 10 ◦ blue 237

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

Shades of Psychedelic Purple #DB0AED

Tints of Psychedelic Purple #DB0AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 47%
G = 2.15%
B = 50.86%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB0AED (or 0xDB0AED) is known color: Psychedelic Purple. HEX triplet: DB, 0A and ED. RGB value is (219,10,237). Sum of RGB (Red+Green+Blue) = 219+10+237=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB0AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0AED is #24F512. Grayscale: #616161. Windows color (decimal): -2422035 or 15534811. OLE color: 15534811.

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

Color convert

RGB 219 10 237 -
CMYK 0.08 0.96 0 0.07
HSL 295.24º 0.92% 0.48% -
HSV(B) 295.24º 0.96% 0.93% -
XYZ 44.61 21.39 81.9 -
YUV 98.37 206.24 214.04 -
System Red Green Blue C M Y K H S L
Decimal 219 10 237 0.08 0.96 0 0.07 295.24 0.92 0.48
Hex DB A ED 8 60 0 7 127 5C 30
Octal 333 12 355 10 140 0 7 447 134 60
Binary 11011011 1010 11101101 1000 1100000 0 111 100100111 1011100 110000

Color Harmonies of #DB0AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0AED

Black with #DB0AED

Text Example


Text Example

White with #DB0AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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