Html Css Color HEX #DB0BE1 Deep Magenta

📋 copy color: '#DB0BE1'

red 219 ◦ green 11 ◦ blue 225

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

Shades of Deep Magenta #DB0BE1

Tints of Deep Magenta #DB0BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.45%

R = 48.13%
G = 2.42%
B = 49.45%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB0BE1 (or 0xDB0BE1) is known color: Deep Magenta. HEX triplet: DB, 0B and E1. RGB value is (219,11,225). Sum of RGB (Red+Green+Blue) = 219+11+225=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB0BE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BE1 is #24F41E. Grayscale: #606060. Windows color (decimal): -2421791 or 14748635. OLE color: 14748635.

HSL color Cylindrical-coordinate representation of color #DB0BE1: hue angle of 298.32º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0BE1 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 11 225 -
CMYK 0.03 0.95 0 0.12
HSL 298.32º 0.91% 0.46% -
HSV(B) 298.32º 0.95% 0.88% -
XYZ 42.92 20.74 72.97 -
YUV 97.59 199.91 214.6 -
System Red Green Blue C M Y K H S L
Decimal 219 11 225 0.03 0.95 0 0.12 298.32 0.91 0.46
Hex DB B E1 3 5F 0 C 12A 5B 2E
Octal 333 13 341 3 137 0 14 452 133 56
Binary 11011011 1011 11100001 11 1011111 0 1100 100101010 1011011 101110

Color Harmonies of #DB0BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BE1

Black with #DB0BE1

Text Example


Text Example

White with #DB0BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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