Html Css Color HEX #DB0FB6 Deep Magenta

📋 copy color: '#DB0FB6'

red 219 ◦ green 15 ◦ blue 182

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

Shades of Deep Magenta #DB0FB6

Tints of Deep Magenta #DB0FB6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.61%

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

R = 52.64%
G = 3.61%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB0FB6 (or 0xDB0FB6) is known color: Deep Magenta. HEX triplet: DB, 0F and B6. RGB value is (219,15,182). Sum of RGB (Red+Green+Blue) = 219+15+182=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FB6 is #24F049. Grayscale: #5E5E5E. Windows color (decimal): -2420810 or 11931611. OLE color: 11931611.

HSL color Cylindrical-coordinate representation of color #DB0FB6: hue angle of 310.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FB6 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 15 182 -
CMYK 0 0.93 0.17 0.14
HSL 310.88º 0.87% 0.46% -
HSV(B) 310.88º 0.93% 0.86% -
XYZ 37.83 18.78 45.89 -
YUV 95.03 177.09 216.42 -
System Red Green Blue C M Y K H S L
Decimal 219 15 182 0 0.93 0.17 0.14 310.88 0.87 0.46
Hex DB F B6 0 5D 11 E 137 57 2E
Octal 333 17 266 0 135 21 16 467 127 56
Binary 11011011 1111 10110110 0 1011101 10001 1110 100110111 1010111 101110

Color Harmonies of #DB0FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FB6

Black with #DB0FB6

Text Example


Text Example

White with #DB0FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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