Html Css Color HEX #DC0583 Medium Violet Red

📋 copy color: '#DC0583'

red 220 ◦ green 5 ◦ blue 131

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

Shades of Medium Violet Red #DC0583

Tints of Medium Violet Red #DC0583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 61.8%
G = 1.4%
B = 36.8%

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

#DC0583 (or 0xDC0583) is known color: Medium Violet Red. HEX triplet: DC, 05 and 83. RGB value is (220,5,131). Sum of RGB (Red+Green+Blue) = 220+5+131=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0583 is #23FA7C. Grayscale: #535353. Windows color (decimal): -2357885 or 8586716. OLE color: 8586716.

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

Color convert

RGB 220 5 131 -
CMYK 0 0.98 0.40 0.14
HSL 324.84º 0.96% 0.44% -
HSV(B) 324.84º 0.98% 0.86% -
XYZ 33.67 16.96 22.97 -
YUV 83.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 220 5 131 0 0.98 0.40 0.14 324.84 0.96 0.44
Hex DC 5 83 0 62 28 E 145 60 2C
Octal 334 5 203 0 142 50 16 505 140 54
Binary 11011100 101 10000011 0 1100010 101000 1110 101000101 1100000 101100

Color Harmonies of #DC0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0583

Black with #DC0583

Text Example


Text Example

White with #DC0583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0583; }

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

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

background-color css

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

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

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

border-color css

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

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

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