Html Css Color HEX #DB0577 Medium Violet Red

📋 copy color: '#DB0577'

red 219 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #DB0577

Tints of Medium Violet Red #DB0577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

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

R = 63.85%
G = 1.46%
B = 34.69%

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

#DB0577 (or 0xDB0577) is known color: Medium Violet Red. HEX triplet: DB, 05 and 77. RGB value is (219,5,119). Sum of RGB (Red+Green+Blue) = 219+5+119=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0577 is #24FA88. Grayscale: #515151. Windows color (decimal): -2423433 or 7800283. OLE color: 7800283.

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

Color convert

RGB 219 5 119 -
CMYK 0 0.98 0.46 0.14
HSL 328.04º 0.96% 0.44% -
HSV(B) 328.04º 0.98% 0.86% -
XYZ 32.6 16.5 18.92 -
YUV 81.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 219 5 119 0 0.98 0.46 0.14 328.04 0.96 0.44
Hex DB 5 77 0 62 2E E 148 60 2C
Octal 333 5 167 0 142 56 16 510 140 54
Binary 11011011 101 1110111 0 1100010 101110 1110 101001000 1100000 101100

Color Harmonies of #DB0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0577

Black with #DB0577

Text Example


Text Example

White with #DB0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0577; }

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

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

background-color css

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

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

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

border-color css

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

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

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