Html Css Color HEX #DB0E79 Medium Violet Red

📋 copy color: '#DB0E79'

red 219 ◦ green 14 ◦ blue 121

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

Shades of Medium Violet Red #DB0E79

Tints of Medium Violet Red #DB0E79

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.95%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 61.86%
G = 3.95%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB0E79 (or 0xDB0E79) is known color: Medium Violet Red. HEX triplet: DB, 0E and 79. RGB value is (219,14,121). Sum of RGB (Red+Green+Blue) = 219+14+121=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E79 is #24F186. Grayscale: #575757. Windows color (decimal): -2421127 or 7933659. OLE color: 7933659.

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

Color convert

RGB 219 14 121 -
CMYK 0 0.94 0.45 0.14
HSL 328.68º 0.88% 0.46% -
HSV(B) 328.68º 0.94% 0.86% -
XYZ 32.82 16.75 19.59 -
YUV 87.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 219 14 121 0 0.94 0.45 0.14 328.68 0.88 0.46
Hex DB E 79 0 5E 2D E 149 58 2E
Octal 333 16 171 0 136 55 16 511 130 56
Binary 11011011 1110 1111001 0 1011110 101101 1110 101001001 1011000 101110

Color Harmonies of #DB0E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E79

Black with #DB0E79

Text Example


Text Example

White with #DB0E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E79; }

 p { color: rgb(219,14,121); }

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

background-color css

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

 a { background-color: rgb(219,14,121); }

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

border-color css

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

 span { border-color: rgb(219,14,121); }

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