Html Css Color HEX #DB0FBA Deep Magenta

📋 copy color: '#DB0FBA'

red 219 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #DB0FBA

Tints of Deep Magenta #DB0FBA

RGB

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

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

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

R = 52.14%
G = 3.57%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB0FBA (or 0xDB0FBA) is known color: Deep Magenta. HEX triplet: DB, 0F and BA. RGB value is (219,15,186). Sum of RGB (Red+Green+Blue) = 219+15+186=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FBA is #24F045. Grayscale: #5F5F5F. Windows color (decimal): -2420806 or 12193755. OLE color: 12193755.

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

Color convert

RGB 219 15 186 -
CMYK 0 0.93 0.15 0.14
HSL 309.71º 0.87% 0.46% -
HSV(B) 309.71º 0.93% 0.86% -
XYZ 38.25 18.95 48.1 -
YUV 95.49 179.09 216.1 -
System Red Green Blue C M Y K H S L
Decimal 219 15 186 0 0.93 0.15 0.14 309.71 0.87 0.46
Hex DB F BA 0 5D F E 136 57 2E
Octal 333 17 272 0 135 17 16 466 127 56
Binary 11011011 1111 10111010 0 1011101 1111 1110 100110110 1010111 101110

Color Harmonies of #DB0FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FBA

Black with #DB0FBA

Text Example


Text Example

White with #DB0FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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