Html Css Color HEX #DC0588 Medium Violet Red

📋 copy color: '#DC0588'

red 220 ◦ green 5 ◦ blue 136

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

Shades of Medium Violet Red #DC0588

Tints of Medium Violet Red #DC0588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 60.94%
G = 1.39%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC0588 (or 0xDC0588) is known color: Medium Violet Red. HEX triplet: DC, 05 and 88. RGB value is (220,5,136). Sum of RGB (Red+Green+Blue) = 220+5+136=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0588 is #23FA77. Grayscale: #535353. Windows color (decimal): -2357880 or 8914396. OLE color: 8914396.

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

Color convert

RGB 220 5 136 -
CMYK 0 0.98 0.38 0.14
HSL 323.44º 0.96% 0.44% -
HSV(B) 323.44º 0.98% 0.86% -
XYZ 34.01 17.1 24.8 -
YUV 84.22 157.23 224.85 -
System Red Green Blue C M Y K H S L
Decimal 220 5 136 0 0.98 0.38 0.14 323.44 0.96 0.44
Hex DC 5 88 0 62 26 E 143 60 2C
Octal 334 5 210 0 142 46 16 503 140 54
Binary 11011100 101 10001000 0 1100010 100110 1110 101000011 1100000 101100

Color Harmonies of #DC0588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0588

Black with #DC0588

Text Example


Text Example

White with #DC0588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0588; }

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

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

background-color css

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

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

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

border-color css

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

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

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