Html Css Color HEX #DB0477 Medium Violet Red

📋 copy color: '#DB0477'

red 219 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #DB0477

Tints of Medium Violet Red #DB0477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 64.04%
G = 1.17%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB0477 (or 0xDB0477) is known color: Medium Violet Red. HEX triplet: DB, 04 and 77. RGB value is (219,4,119). Sum of RGB (Red+Green+Blue) = 219+4+119=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0477 is #24FB88. Grayscale: #515151. Windows color (decimal): -2423689 or 7800027. OLE color: 7800027.

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

Color convert

RGB 219 4 119 -
CMYK 0 0.98 0.46 0.14
HSL 327.91º 0.96% 0.44% -
HSV(B) 327.91º 0.98% 0.86% -
XYZ 32.59 16.48 18.92 -
YUV 81.4 149.23 226.15 -
System Red Green Blue C M Y K H S L
Decimal 219 4 119 0 0.98 0.46 0.14 327.91 0.96 0.44
Hex DB 4 77 0 62 2E E 148 60 2C
Octal 333 4 167 0 142 56 16 510 140 54
Binary 11011011 100 1110111 0 1100010 101110 1110 101001000 1100000 101100

Color Harmonies of #DB0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0477

Black with #DB0477

Text Example


Text Example

White with #DB0477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0477; }

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

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

background-color css

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

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

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

border-color css

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

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

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