Html Css Color HEX #DB0DBA Deep Magenta

📋 copy color: '#DB0DBA'

red 219 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #DB0DBA

Tints of Deep Magenta #DB0DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.11%

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

R = 52.39%
G = 3.11%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB0DBA (or 0xDB0DBA) is known color: Deep Magenta. HEX triplet: DB, 0D and BA. RGB value is (219,13,186). Sum of RGB (Red+Green+Blue) = 219+13+186=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DBA is #24F245. Grayscale: #5D5D5D. Windows color (decimal): -2421318 or 12193243. OLE color: 12193243.

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

Color convert

RGB 219 13 186 -
CMYK 0 0.94 0.15 0.14
HSL 309.61º 0.89% 0.45% -
HSV(B) 309.61º 0.94% 0.86% -
XYZ 38.22 18.89 48.09 -
YUV 94.32 179.75 216.93 -
System Red Green Blue C M Y K H S L
Decimal 219 13 186 0 0.94 0.15 0.14 309.61 0.89 0.45
Hex DB D BA 0 5E F E 136 59 2D
Octal 333 15 272 0 136 17 16 466 131 55
Binary 11011011 1101 10111010 0 1011110 1111 1110 100110110 1011001 101101

Color Harmonies of #DB0DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DBA

Black with #DB0DBA

Text Example


Text Example

White with #DB0DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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