Html Css Color HEX #DB0879 Medium Violet Red

📋 copy color: '#DB0879'

red 219 ◦ green 8 ◦ blue 121

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

Shades of Medium Violet Red #DB0879

Tints of Medium Violet Red #DB0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

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

R = 62.93%
G = 2.3%
B = 34.77%

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

#DB0879 (or 0xDB0879) is known color: Medium Violet Red. HEX triplet: DB, 08 and 79. RGB value is (219,8,121). Sum of RGB (Red+Green+Blue) = 219+8+121=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0879 is #24F786. Grayscale: #535353. Windows color (decimal): -2422663 or 7932123. OLE color: 7932123.

HSL color Cylindrical-coordinate representation of color #DB0879: hue angle of 327.87º degrees, saturation: 0.93, 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 #DB0879 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 121 -
CMYK 0 0.96 0.45 0.14
HSL 327.87º 0.93% 0.45% -
HSV(B) 327.87º 0.96% 0.86% -
XYZ 32.75 16.61 19.57 -
YUV 83.97 148.9 224.31 -
System Red Green Blue C M Y K H S L
Decimal 219 8 121 0 0.96 0.45 0.14 327.87 0.93 0.45
Hex DB 8 79 0 60 2D E 148 5D 2D
Octal 333 10 171 0 140 55 16 510 135 55
Binary 11011011 1000 1111001 0 1100000 101101 1110 101001000 1011101 101101

Color Harmonies of #DB0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0879

Black with #DB0879

Text Example


Text Example

White with #DB0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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