Html Css Color HEX #DB0980 Medium Violet Red

📋 copy color: '#DB0980'

red 219 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #DB0980

Tints of Medium Violet Red #DB0980

RGB

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

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

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

R = 61.52%
G = 2.53%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB0980 (or 0xDB0980) is known color: Medium Violet Red. HEX triplet: DB, 09 and 80. RGB value is (219,9,128). Sum of RGB (Red+Green+Blue) = 219+9+128=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0980 is #24F67F. Grayscale: #555555. Windows color (decimal): -2422400 or 8391131. OLE color: 8391131.

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

Color convert

RGB 219 9 128 -
CMYK 0 0.96 0.42 0.14
HSL 326º 0.92% 0.45% -
HSV(B) 326º 0.96% 0.86% -
XYZ 33.21 16.81 21.92 -
YUV 85.36 152.07 223.32 -
System Red Green Blue C M Y K H S L
Decimal 219 9 128 0 0.96 0.42 0.14 326 0.92 0.45
Hex DB 9 80 0 60 2A E 146 5C 2D
Octal 333 11 200 0 140 52 16 506 134 55
Binary 11011011 1001 10000000 0 1100000 101010 1110 101000110 1011100 101101

Color Harmonies of #DB0980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0980

Black with #DB0980

Text Example


Text Example

White with #DB0980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0980; }

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

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

background-color css

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

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

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

border-color css

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

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

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