Html Css Color HEX #DB12BE Deep Magenta

📋 copy color: '#DB12BE'

red 219 ◦ green 18 ◦ blue 190

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

Shades of Deep Magenta #DB12BE

Tints of Deep Magenta #DB12BE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.22%

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 51.29%
G = 4.22%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB12BE (or 0xDB12BE) is known color: Deep Magenta. HEX triplet: DB, 12 and BE. RGB value is (219,18,190). Sum of RGB (Red+Green+Blue) = 219+18+190=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12BE is #24ED41. Grayscale: #616161. Windows color (decimal): -2420034 or 12456667. OLE color: 12456667.

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

Color convert

RGB 219 18 190 -
CMYK 0 0.92 0.13 0.14
HSL 308.66º 0.85% 0.46% -
HSV(B) 308.66º 0.92% 0.86% -
XYZ 38.72 19.21 50.38 -
YUV 97.71 180.09 214.51 -
System Red Green Blue C M Y K H S L
Decimal 219 18 190 0 0.92 0.13 0.14 308.66 0.85 0.46
Hex DB 12 BE 0 5C D E 135 55 2E
Octal 333 22 276 0 134 15 16 465 125 56
Binary 11011011 10010 10111110 0 1011100 1101 1110 100110101 1010101 101110

Color Harmonies of #DB12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB12BE

Black with #DB12BE

Text Example


Text Example

White with #DB12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB12BE; }

 p { color: rgb(219,18,190); }

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

background-color css

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

 a { background-color: rgb(219,18,190); }

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

border-color css

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

 span { border-color: rgb(219,18,190); }

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