Html Css Color HEX #DB0979 Medium Violet Red

📋 copy color: '#DB0979'

red 219 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #DB0979

Tints of Medium Violet Red #DB0979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.58%

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

R = 62.75%
G = 2.58%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB0979 (or 0xDB0979) is known color: Medium Violet Red. HEX triplet: DB, 09 and 79. RGB value is (219,9,121). Sum of RGB (Red+Green+Blue) = 219+9+121=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0979 is #24F686. Grayscale: #545454. Windows color (decimal): -2422407 or 7932379. OLE color: 7932379.

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

Color convert

RGB 219 9 121 -
CMYK 0 0.96 0.45 0.14
HSL 328º 0.92% 0.45% -
HSV(B) 328º 0.96% 0.86% -
XYZ 32.76 16.64 19.57 -
YUV 84.56 148.57 223.89 -
System Red Green Blue C M Y K H S L
Decimal 219 9 121 0 0.96 0.45 0.14 328 0.92 0.45
Hex DB 9 79 0 60 2D E 148 5C 2D
Octal 333 11 171 0 140 55 16 510 134 55
Binary 11011011 1001 1111001 0 1100000 101101 1110 101001000 1011100 101101

Color Harmonies of #DB0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0979

Black with #DB0979

Text Example


Text Example

White with #DB0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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