Html Css Color HEX #DB0479 Medium Violet Red

📋 copy color: '#DB0479'

red 219 ◦ green 4 ◦ blue 121

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

Shades of Medium Violet Red #DB0479

Tints of Medium Violet Red #DB0479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 63.66%
G = 1.16%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB0479 (or 0xDB0479) is known color: Medium Violet Red. HEX triplet: DB, 04 and 79. RGB value is (219,4,121). Sum of RGB (Red+Green+Blue) = 219+4+121=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0479 is #24FB86. Grayscale: #515151. Windows color (decimal): -2423687 or 7931099. OLE color: 7931099.

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

Color convert

RGB 219 4 121 -
CMYK 0 0.98 0.45 0.14
HSL 327.35º 0.96% 0.44% -
HSV(B) 327.35º 0.98% 0.86% -
XYZ 32.71 16.53 19.56 -
YUV 81.62 150.23 225.99 -
System Red Green Blue C M Y K H S L
Decimal 219 4 121 0 0.98 0.45 0.14 327.35 0.96 0.44
Hex DB 4 79 0 62 2D E 147 60 2C
Octal 333 4 171 0 142 55 16 507 140 54
Binary 11011011 100 1111001 0 1100010 101101 1110 101000111 1100000 101100

Color Harmonies of #DB0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0479

Black with #DB0479

Text Example


Text Example

White with #DB0479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0479; }

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

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

background-color css

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

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

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

border-color css

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

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

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