Html Css Color HEX #DB14BE Deep Magenta

📋 copy color: '#DB14BE'

red 219 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #DB14BE

Tints of Deep Magenta #DB14BE

RGB

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

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

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

R = 51.05%
G = 4.66%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB14BE (or 0xDB14BE) is known color: Deep Magenta. HEX triplet: DB, 14 and BE. RGB value is (219,20,190). Sum of RGB (Red+Green+Blue) = 219+20+190=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14BE is #24EB41. Grayscale: #626262. Windows color (decimal): -2419522 or 12457179. OLE color: 12457179.

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

Color convert

RGB 219 20 190 -
CMYK 0 0.91 0.13 0.14
HSL 308.74º 0.83% 0.47% -
HSV(B) 308.74º 0.91% 0.86% -
XYZ 38.76 19.28 50.39 -
YUV 98.88 179.43 213.68 -
System Red Green Blue C M Y K H S L
Decimal 219 20 190 0 0.91 0.13 0.14 308.74 0.83 0.47
Hex DB 14 BE 0 5B D E 135 53 2F
Octal 333 24 276 0 133 15 16 465 123 57
Binary 11011011 10100 10111110 0 1011011 1101 1110 100110101 1010011 101111

Color Harmonies of #DB14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB14BE

Black with #DB14BE

Text Example


Text Example

White with #DB14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB14BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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