Html Css Color HEX #DB0478 Medium Violet Red

📋 copy color: '#DB0478'

red 219 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #DB0478

Tints of Medium Violet Red #DB0478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 63.85%
G = 1.17%
B = 34.99%

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

#DB0478 (or 0xDB0478) is known color: Medium Violet Red. HEX triplet: DB, 04 and 78. RGB value is (219,4,120). Sum of RGB (Red+Green+Blue) = 219+4+120=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0478 is #24FB87. Grayscale: #515151. Windows color (decimal): -2423688 or 7865563. OLE color: 7865563.

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

Color convert

RGB 219 4 120 -
CMYK 0 0.98 0.45 0.14
HSL 327.63º 0.96% 0.44% -
HSV(B) 327.63º 0.98% 0.86% -
XYZ 32.65 16.5 19.23 -
YUV 81.51 149.73 226.07 -
System Red Green Blue C M Y K H S L
Decimal 219 4 120 0 0.98 0.45 0.14 327.63 0.96 0.44
Hex DB 4 78 0 62 2D E 148 60 2C
Octal 333 4 170 0 142 55 16 510 140 54
Binary 11011011 100 1111000 0 1100010 101101 1110 101001000 1100000 101100

Color Harmonies of #DB0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0478

Black with #DB0478

Text Example


Text Example

White with #DB0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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