Html Css Color HEX #DB04BE Deep Magenta

📋 copy color: '#DB04BE'

red 219 ◦ green 4 ◦ blue 190

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

Shades of Deep Magenta #DB04BE

Tints of Deep Magenta #DB04BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 53.03%
G = 0.97%
B = 46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB04BE (or 0xDB04BE) is known color: Deep Magenta. HEX triplet: DB, 04 and BE. RGB value is (219,4,190). Sum of RGB (Red+Green+Blue) = 219+4+190=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04BE is #24FB41. Grayscale: #585858. Windows color (decimal): -2423618 or 12453083. OLE color: 12453083.

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

Color convert

RGB 219 4 190 -
CMYK 0 0.98 0.13 0.14
HSL 308.09º 0.96% 0.44% -
HSV(B) 308.09º 0.98% 0.86% -
XYZ 38.55 18.86 50.32 -
YUV 89.49 184.73 220.38 -
System Red Green Blue C M Y K H S L
Decimal 219 4 190 0 0.98 0.13 0.14 308.09 0.96 0.44
Hex DB 4 BE 0 62 D E 134 60 2C
Octal 333 4 276 0 142 15 16 464 140 54
Binary 11011011 100 10111110 0 1100010 1101 1110 100110100 1100000 101100

Color Harmonies of #DB04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB04BE

Black with #DB04BE

Text Example


Text Example

White with #DB04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB04BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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