Html Css Color HEX #DB06BA Deep Magenta

📋 copy color: '#DB06BA'

red 219 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #DB06BA

Tints of Deep Magenta #DB06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

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

R = 53.28%
G = 1.46%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB06BA (or 0xDB06BA) is known color: Deep Magenta. HEX triplet: DB, 06 and BA. RGB value is (219,6,186). Sum of RGB (Red+Green+Blue) = 219+6+186=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06BA is #24F945. Grayscale: #595959. Windows color (decimal): -2423110 or 12191451. OLE color: 12191451.

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

Color convert

RGB 219 6 186 -
CMYK 0 0.97 0.15 0.14
HSL 309.3º 0.95% 0.44% -
HSV(B) 309.3º 0.97% 0.86% -
XYZ 38.14 18.74 48.06 -
YUV 90.21 182.07 219.86 -
System Red Green Blue C M Y K H S L
Decimal 219 6 186 0 0.97 0.15 0.14 309.3 0.95 0.44
Hex DB 6 BA 0 61 F E 135 5F 2C
Octal 333 6 272 0 141 17 16 465 137 54
Binary 11011011 110 10111010 0 1100001 1111 1110 100110101 1011111 101100

Color Harmonies of #DB06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB06BA

Black with #DB06BA

Text Example


Text Example

White with #DB06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB06BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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