Html Css Color HEX #DB0490 Medium Violet Red

📋 copy color: '#DB0490'

red 219 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #DB0490

Tints of Medium Violet Red #DB0490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 59.67%
G = 1.09%
B = 39.24%

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

#DB0490 (or 0xDB0490) is known color: Medium Violet Red. HEX triplet: DB, 04 and 90. RGB value is (219,4,144). Sum of RGB (Red+Green+Blue) = 219+4+144=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0490 is #24FB6F. Grayscale: #535353. Windows color (decimal): -2423664 or 9438427. OLE color: 9438427.

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

Color convert

RGB 219 4 144 -
CMYK 0 0.98 0.34 0.14
HSL 320.93º 0.96% 0.44% -
HSV(B) 320.93º 0.98% 0.86% -
XYZ 34.29 17.16 27.89 -
YUV 84.25 161.73 224.12 -
System Red Green Blue C M Y K H S L
Decimal 219 4 144 0 0.98 0.34 0.14 320.93 0.96 0.44
Hex DB 4 90 0 62 22 E 141 60 2C
Octal 333 4 220 0 142 42 16 501 140 54
Binary 11011011 100 10010000 0 1100010 100010 1110 101000001 1100000 101100

Color Harmonies of #DB0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0490

Black with #DB0490

Text Example


Text Example

White with #DB0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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