Html Css Color HEX #DB03BE Deep Magenta

📋 copy color: '#DB03BE'

red 219 ◦ green 3 ◦ blue 190

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

Shades of Deep Magenta #DB03BE

Tints of Deep Magenta #DB03BE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 53.16%
G = 0.73%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB03BE (or 0xDB03BE) is known color: Deep Magenta. HEX triplet: DB, 03 and BE. RGB value is (219,3,190). Sum of RGB (Red+Green+Blue) = 219+3+190=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03BE is #24FC41. Grayscale: #585858. Windows color (decimal): -2423874 or 12452827. OLE color: 12452827.

HSL color Cylindrical-coordinate representation of color #DB03BE: hue angle of 308.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03BE is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 3 190 -
CMYK 0 0.99 0.13 0.14
HSL 308.06º 0.97% 0.44% -
HSV(B) 308.06º 0.99% 0.86% -
XYZ 38.54 18.84 50.32 -
YUV 88.9 185.06 220.79 -
System Red Green Blue C M Y K H S L
Decimal 219 3 190 0 0.99 0.13 0.14 308.06 0.97 0.44
Hex DB 3 BE 0 63 D E 134 61 2C
Octal 333 3 276 0 143 15 16 464 141 54
Binary 11011011 11 10111110 0 1100011 1101 1110 100110100 1100001 101100

Color Harmonies of #DB03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB03BE

Black with #DB03BE

Text Example


Text Example

White with #DB03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB03BE; }

 p { color: rgb(219,3,190); }

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

background-color css

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

 a { background-color: rgb(219,3,190); }

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

border-color css

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

 span { border-color: rgb(219,3,190); }

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