Html Css Color HEX #DB0480 Medium Violet Red

📋 copy color: '#DB0480'

red 219 ◦ green 4 ◦ blue 128

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

Shades of Medium Violet Red #DB0480

Tints of Medium Violet Red #DB0480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 62.39%
G = 1.14%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB0480 (or 0xDB0480) is known color: Medium Violet Red. HEX triplet: DB, 04 and 80. RGB value is (219,4,128). Sum of RGB (Red+Green+Blue) = 219+4+128=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0480 is #24FB7F. Grayscale: #525252. Windows color (decimal): -2423680 or 8389851. OLE color: 8389851.

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

Color convert

RGB 219 4 128 -
CMYK 0 0.98 0.42 0.14
HSL 325.4º 0.96% 0.44% -
HSV(B) 325.4º 0.98% 0.86% -
XYZ 33.15 16.71 21.9 -
YUV 82.42 153.73 225.42 -
System Red Green Blue C M Y K H S L
Decimal 219 4 128 0 0.98 0.42 0.14 325.4 0.96 0.44
Hex DB 4 80 0 62 2A E 145 60 2C
Octal 333 4 200 0 142 52 16 505 140 54
Binary 11011011 100 10000000 0 1100010 101010 1110 101000101 1100000 101100

Color Harmonies of #DB0480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0480

Black with #DB0480

Text Example


Text Example

White with #DB0480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0480; }

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

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

background-color css

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

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

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

border-color css

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

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

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