Html Css Color HEX #DC0591 Medium Violet Red

📋 copy color: '#DC0591'

red 220 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #DC0591

Tints of Medium Violet Red #DC0591

RGB

 RED value IS 220 (86.33% from 255) = 59.46%

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

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 59.46%
G = 1.35%
B = 39.19%

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

#DC0591 (or 0xDC0591) is known color: Medium Violet Red. HEX triplet: DC, 05 and 91. RGB value is (220,5,145). Sum of RGB (Red+Green+Blue) = 220+5+145=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0591 is #23FA6E. Grayscale: #545454. Windows color (decimal): -2357871 or 9504220. OLE color: 9504220.

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

Color convert

RGB 220 5 145 -
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.68 17.37 28.31 -
YUV 85.25 161.73 224.12 -
System Red Green Blue C M Y K H S L
Decimal 220 5 145 0 0.98 0.34 0.14 320.93 0.96 0.44
Hex DC 5 91 0 62 22 E 141 60 2C
Octal 334 5 221 0 142 42 16 501 140 54
Binary 11011100 101 10010001 0 1100010 100010 1110 101000001 1100000 101100

Color Harmonies of #DC0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0591

Black with #DC0591

Text Example


Text Example

White with #DC0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0591; }

 p { color: rgb(220,5,145); }

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

background-color css

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

 a { background-color: rgb(220,5,145); }

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

border-color css

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

 span { border-color: rgb(220,5,145); }

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