Html Css Color HEX #DB14BA Deep Magenta

📋 copy color: '#DB14BA'

red 219 ◦ green 20 ◦ blue 186

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

Shades of Deep Magenta #DB14BA

Tints of Deep Magenta #DB14BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.71%

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

R = 51.53%
G = 4.71%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB14BA (or 0xDB14BA) is known color: Deep Magenta. HEX triplet: DB, 14 and BA. RGB value is (219,20,186). Sum of RGB (Red+Green+Blue) = 219+20+186=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14BA is #24EB45. Grayscale: #616161. Windows color (decimal): -2419526 or 12195035. OLE color: 12195035.

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

Color convert

RGB 219 20 186 -
CMYK 0 0.91 0.15 0.14
HSL 309.95º 0.83% 0.47% -
HSV(B) 309.95º 0.91% 0.86% -
XYZ 38.33 19.11 48.12 -
YUV 98.43 177.43 214 -
System Red Green Blue C M Y K H S L
Decimal 219 20 186 0 0.91 0.15 0.14 309.95 0.83 0.47
Hex DB 14 BA 0 5B F E 136 53 2F
Octal 333 24 272 0 133 17 16 466 123 57
Binary 11011011 10100 10111010 0 1011011 1111 1110 100110110 1010011 101111

Color Harmonies of #DB14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB14BA

Black with #DB14BA

Text Example


Text Example

White with #DB14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB14BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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