Html Css Color HEX #DB1780 Medium Violet Red

📋 copy color: '#DB1780'

red 219 ◦ green 23 ◦ blue 128

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

Shades of Medium Violet Red #DB1780

Tints of Medium Violet Red #DB1780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.22%

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

R = 59.19%
G = 6.22%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB1780 (or 0xDB1780) is known color: Medium Violet Red. HEX triplet: DB, 17 and 80. RGB value is (219,23,128). Sum of RGB (Red+Green+Blue) = 219+23+128=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1780 is #24E87F. Grayscale: #5D5D5D. Windows color (decimal): -2418816 or 8394715. OLE color: 8394715.

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

Color convert

RGB 219 23 128 -
CMYK 0 0.89 0.42 0.14
HSL 327.86º 0.81% 0.47% -
HSV(B) 327.86º 0.89% 0.86% -
XYZ 33.42 17.23 21.99 -
YUV 93.57 147.43 217.46 -
System Red Green Blue C M Y K H S L
Decimal 219 23 128 0 0.89 0.42 0.14 327.86 0.81 0.47
Hex DB 17 80 0 59 2A E 148 51 2F
Octal 333 27 200 0 131 52 16 510 121 57
Binary 11011011 10111 10000000 0 1011001 101010 1110 101001000 1010001 101111

Color Harmonies of #DB1780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1780

Black with #DB1780

Text Example


Text Example

White with #DB1780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1780; }

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

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

background-color css

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

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

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

border-color css

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

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

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