Html Css Color HEX #DC058F Medium Violet Red

📋 copy color: '#DC058F'

red 220 ◦ green 5 ◦ blue 143

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

Shades of Medium Violet Red #DC058F

Tints of Medium Violet Red #DC058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 59.78%
G = 1.36%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC058F (or 0xDC058F) is known color: Medium Violet Red. HEX triplet: DC, 05 and 8F. RGB value is (220,5,143). Sum of RGB (Red+Green+Blue) = 220+5+143=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC058F is #23FA70. Grayscale: #545454. Windows color (decimal): -2357873 or 9373148. OLE color: 9373148.

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

Color convert

RGB 220 5 143 -
CMYK 0 0.98 0.35 0.14
HSL 321.49º 0.96% 0.44% -
HSV(B) 321.49º 0.98% 0.86% -
XYZ 34.53 17.31 27.51 -
YUV 85.02 160.73 224.28 -
System Red Green Blue C M Y K H S L
Decimal 220 5 143 0 0.98 0.35 0.14 321.49 0.96 0.44
Hex DC 5 8F 0 62 23 E 141 60 2C
Octal 334 5 217 0 142 43 16 501 140 54
Binary 11011100 101 10001111 0 1100010 100011 1110 101000001 1100000 101100

Color Harmonies of #DC058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC058F

Black with #DC058F

Text Example


Text Example

White with #DC058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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