Html Css Color HEX #DB06B6 Deep Magenta

📋 copy color: '#DB06B6'

red 219 ◦ green 6 ◦ blue 182

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

Shades of Deep Magenta #DB06B6

Tints of Deep Magenta #DB06B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 53.81%
G = 1.47%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB06B6 (or 0xDB06B6) is known color: Deep Magenta. HEX triplet: DB, 06 and B6. RGB value is (219,6,182). Sum of RGB (Red+Green+Blue) = 219+6+182=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06B6 is #24F949. Grayscale: #595959. Windows color (decimal): -2423114 or 11929307. OLE color: 11929307.

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

Color convert

RGB 219 6 182 -
CMYK 0 0.97 0.17 0.14
HSL 310.42º 0.95% 0.44% -
HSV(B) 310.42º 0.97% 0.86% -
XYZ 37.72 18.57 45.85 -
YUV 89.75 180.07 220.19 -
System Red Green Blue C M Y K H S L
Decimal 219 6 182 0 0.97 0.17 0.14 310.42 0.95 0.44
Hex DB 6 B6 0 61 11 E 136 5F 2C
Octal 333 6 266 0 141 21 16 466 137 54
Binary 11011011 110 10110110 0 1100001 10001 1110 100110110 1011111 101100

Color Harmonies of #DB06B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB06B6

Black with #DB06B6

Text Example


Text Example

White with #DB06B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB06B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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