Html Css Color HEX #DB0BE5 Psychedelic Purple

📋 copy color: '#DB0BE5'

red 219 ◦ green 11 ◦ blue 229

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

Shades of Psychedelic Purple #DB0BE5

Tints of Psychedelic Purple #DB0BE5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.4%

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

R = 47.71%
G = 2.4%
B = 49.89%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB0BE5 (or 0xDB0BE5) is known color: Psychedelic Purple. HEX triplet: DB, 0B and E5. RGB value is (219,11,229). Sum of RGB (Red+Green+Blue) = 219+11+229=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB0BE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BE5 is #24F41A. Grayscale: #616161. Windows color (decimal): -2421787 or 15010779. OLE color: 15010779.

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

Color convert

RGB 219 11 229 -
CMYK 0.04 0.95 0 0.10
HSL 297.25º 0.91% 0.47% -
HSV(B) 297.25º 0.95% 0.9% -
XYZ 43.48 20.96 75.88 -
YUV 98.04 201.91 214.27 -
System Red Green Blue C M Y K H S L
Decimal 219 11 229 0.04 0.95 0 0.10 297.25 0.91 0.47
Hex DB B E5 4 5F 0 A 129 5B 2F
Octal 333 13 345 4 137 0 12 451 133 57
Binary 11011011 1011 11100101 100 1011111 0 1010 100101001 1011011 101111

Color Harmonies of #DB0BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BE5

Black with #DB0BE5

Text Example


Text Example

White with #DB0BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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