Html Css Color HEX #DB04BA Deep Magenta

📋 copy color: '#DB04BA'

red 219 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #DB04BA

Tints of Deep Magenta #DB04BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 53.55%
G = 0.98%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB04BA (or 0xDB04BA) is known color: Deep Magenta. HEX triplet: DB, 04 and BA. RGB value is (219,4,186). Sum of RGB (Red+Green+Blue) = 219+4+186=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04BA is #24FB45. Grayscale: #585858. Windows color (decimal): -2423622 or 12190939. OLE color: 12190939.

HSL color Cylindrical-coordinate representation of color #DB04BA: hue angle of 309.21º 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 #DB04BA is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 4 186 -
CMYK 0 0.98 0.15 0.14
HSL 309.21º 0.96% 0.44% -
HSV(B) 309.21º 0.98% 0.86% -
XYZ 38.12 18.69 48.05 -
YUV 89.03 182.73 220.7 -
System Red Green Blue C M Y K H S L
Decimal 219 4 186 0 0.98 0.15 0.14 309.21 0.96 0.44
Hex DB 4 BA 0 62 F E 135 60 2C
Octal 333 4 272 0 142 17 16 465 140 54
Binary 11011011 100 10111010 0 1100010 1111 1110 100110101 1100000 101100

Color Harmonies of #DB04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB04BA

Black with #DB04BA

Text Example


Text Example

White with #DB04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB04BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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