Html Css Color HEX #DB0491 Medium Violet Red

📋 copy color: '#DB0491'

red 219 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #DB0491

Tints of Medium Violet Red #DB0491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 59.51%
G = 1.09%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB0491 (or 0xDB0491) is known color: Medium Violet Red. HEX triplet: DB, 04 and 91. RGB value is (219,4,145). Sum of RGB (Red+Green+Blue) = 219+4+145=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0491 is #24FB6E. Grayscale: #545454. Windows color (decimal): -2423663 or 9503963. OLE color: 9503963.

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

Color convert

RGB 219 4 145 -
CMYK 0 0.98 0.34 0.14
HSL 320.65º 0.96% 0.44% -
HSV(B) 320.65º 0.98% 0.86% -
XYZ 34.37 17.19 28.29 -
YUV 84.36 162.23 224.04 -
System Red Green Blue C M Y K H S L
Decimal 219 4 145 0 0.98 0.34 0.14 320.65 0.96 0.44
Hex DB 4 91 0 62 22 E 141 60 2C
Octal 333 4 221 0 142 42 16 501 140 54
Binary 11011011 100 10010001 0 1100010 100010 1110 101000001 1100000 101100

Color Harmonies of #DB0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0491

Black with #DB0491

Text Example


Text Example

White with #DB0491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0491; }

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

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

background-color css

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

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

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

border-color css

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

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

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