Html Css Color HEX #DC0584 Medium Violet Red

📋 copy color: '#DC0584'

red 220 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #DC0584

Tints of Medium Violet Red #DC0584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 61.62%
G = 1.4%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0584 (or 0xDC0584) is known color: Medium Violet Red. HEX triplet: DC, 05 and 84. RGB value is (220,5,132). Sum of RGB (Red+Green+Blue) = 220+5+132=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0584 is #23FA7B. Grayscale: #535353. Windows color (decimal): -2357884 or 8652252. OLE color: 8652252.

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

Color convert

RGB 220 5 132 -
CMYK 0 0.98 0.40 0.14
HSL 324.56º 0.96% 0.44% -
HSV(B) 324.56º 0.98% 0.86% -
XYZ 33.73 16.99 23.33 -
YUV 83.76 155.23 225.17 -
System Red Green Blue C M Y K H S L
Decimal 220 5 132 0 0.98 0.40 0.14 324.56 0.96 0.44
Hex DC 5 84 0 62 28 E 145 60 2C
Octal 334 5 204 0 142 50 16 505 140 54
Binary 11011100 101 10000100 0 1100010 101000 1110 101000101 1100000 101100

Color Harmonies of #DC0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0584

Black with #DC0584

Text Example


Text Example

White with #DC0584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0584; }

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

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

background-color css

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

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

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

border-color css

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

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

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