Html Css Color HEX #DB0780 Medium Violet Red

📋 copy color: '#DB0780'

red 219 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #DB0780

Tints of Medium Violet Red #DB0780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 61.86%
G = 1.98%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB0780 (or 0xDB0780) is known color: Medium Violet Red. HEX triplet: DB, 07 and 80. RGB value is (219,7,128). Sum of RGB (Red+Green+Blue) = 219+7+128=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0780 is #24F87F. Grayscale: #535353. Windows color (decimal): -2422912 or 8390619. OLE color: 8390619.

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

Color convert

RGB 219 7 128 -
CMYK 0 0.97 0.42 0.14
HSL 325.75º 0.94% 0.44% -
HSV(B) 325.75º 0.97% 0.86% -
XYZ 33.19 16.77 21.91 -
YUV 84.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 219 7 128 0 0.97 0.42 0.14 325.75 0.94 0.44
Hex DB 7 80 0 61 2A E 146 5E 2C
Octal 333 7 200 0 141 52 16 506 136 54
Binary 11011011 111 10000000 0 1100001 101010 1110 101000110 1011110 101100

Color Harmonies of #DB0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0780

Black with #DB0780

Text Example


Text Example

White with #DB0780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0780; }

 p { color: rgb(219,7,128); }

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

background-color css

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

 a { background-color: rgb(219,7,128); }

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

border-color css

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

 span { border-color: rgb(219,7,128); }

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