Html Css Color HEX #DB0DE5 Psychedelic Purple

📋 copy color: '#DB0DE5'

red 219 ◦ green 13 ◦ blue 229

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

Shades of Psychedelic Purple #DB0DE5

Tints of Psychedelic Purple #DB0DE5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.82%

 BLUE value IS 229 (89.84% from 255) = 49.67%

R = 47.51%
G = 2.82%
B = 49.67%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB0DE5 (or 0xDB0DE5) is known color: Psychedelic Purple. HEX triplet: DB, 0D and E5. RGB value is (219,13,229). Sum of RGB (Red+Green+Blue) = 219+13+229=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB0DE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DE5 is #24F21A. Grayscale: #626262. Windows color (decimal): -2421275 or 15011291. OLE color: 15011291.

HSL color Cylindrical-coordinate representation of color #DB0DE5: hue angle of 297.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DE5 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 13 229 -
CMYK 0.04 0.94 0 0.10
HSL 297.22º 0.89% 0.47% -
HSV(B) 297.22º 0.94% 0.9% -
XYZ 43.5 21.01 75.89 -
YUV 99.22 201.25 213.44 -
System Red Green Blue C M Y K H S L
Decimal 219 13 229 0.04 0.94 0 0.10 297.22 0.89 0.47
Hex DB D E5 4 5E 0 A 129 59 2F
Octal 333 15 345 4 136 0 12 451 131 57
Binary 11011011 1101 11100101 100 1011110 0 1010 100101001 1011001 101111

Color Harmonies of #DB0DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DE5

Black with #DB0DE5

Text Example


Text Example

White with #DB0DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DE5; }

 p { color: rgb(219,13,229); }

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

background-color css

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

 a { background-color: rgb(219,13,229); }

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

border-color css

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

 span { border-color: rgb(219,13,229); }

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