Html Css Color HEX #DC057F Medium Violet Red

📋 copy color: '#DC057F'

red 220 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #DC057F

Tints of Medium Violet Red #DC057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.08%

R = 62.5%
G = 1.42%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC057F (or 0xDC057F) is known color: Medium Violet Red. HEX triplet: DC, 05 and 7F. RGB value is (220,5,127). Sum of RGB (Red+Green+Blue) = 220+5+127=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC057F is #23FA80. Grayscale: #525252. Windows color (decimal): -2357889 or 8324572. OLE color: 8324572.

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

Color convert

RGB 220 5 127 -
CMYK 0 0.98 0.42 0.14
HSL 325.95º 0.96% 0.44% -
HSV(B) 325.95º 0.98% 0.86% -
XYZ 33.4 16.86 21.57 -
YUV 83.19 152.73 225.58 -
System Red Green Blue C M Y K H S L
Decimal 220 5 127 0 0.98 0.42 0.14 325.95 0.96 0.44
Hex DC 5 7F 0 62 2A E 146 60 2C
Octal 334 5 177 0 142 52 16 506 140 54
Binary 11011100 101 1111111 0 1100010 101010 1110 101000110 1100000 101100

Color Harmonies of #DC057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC057F

Black with #DC057F

Text Example


Text Example

White with #DC057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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