Html Css Color HEX #DB0BE4 Psychedelic Purple

📋 copy color: '#DB0BE4'

red 219 ◦ green 11 ◦ blue 228

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

Shades of Psychedelic Purple #DB0BE4

Tints of Psychedelic Purple #DB0BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.78%

R = 47.82%
G = 2.4%
B = 49.78%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB0BE4 (or 0xDB0BE4) is known color: Psychedelic Purple. HEX triplet: DB, 0B and E4. RGB value is (219,11,228). Sum of RGB (Red+Green+Blue) = 219+11+228=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB0BE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BE4 is #24F41B. Grayscale: #616161. Windows color (decimal): -2421788 or 14945243. OLE color: 14945243.

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

Color convert

RGB 219 11 228 -
CMYK 0.04 0.95 0 0.11
HSL 297.51º 0.91% 0.47% -
HSV(B) 297.51º 0.95% 0.89% -
XYZ 43.34 20.9 75.15 -
YUV 97.93 201.41 214.36 -
System Red Green Blue C M Y K H S L
Decimal 219 11 228 0.04 0.95 0 0.11 297.51 0.91 0.47
Hex DB B E4 4 5F 0 B 12A 5B 2F
Octal 333 13 344 4 137 0 13 452 133 57
Binary 11011011 1011 11100100 100 1011111 0 1011 100101010 1011011 101111

Color Harmonies of #DB0BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BE4

Black with #DB0BE4

Text Example


Text Example

White with #DB0BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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