Html Css Color HEX #DC047E Medium Violet Red

📋 copy color: '#DC047E'

red 220 ◦ green 4 ◦ blue 126

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

Shades of Medium Violet Red #DC047E

Tints of Medium Violet Red #DC047E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 62.86%
G = 1.14%
B = 36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC047E (or 0xDC047E) is known color: Medium Violet Red. HEX triplet: DC, 04 and 7E. RGB value is (220,4,126). Sum of RGB (Red+Green+Blue) = 220+4+126=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC047E is #23FB81. Grayscale: #525252. Windows color (decimal): -2358146 or 8258780. OLE color: 8258780.

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

Color convert

RGB 220 4 126 -
CMYK 0 0.98 0.43 0.14
HSL 326.11º 0.96% 0.44% -
HSV(B) 326.11º 0.98% 0.86% -
XYZ 33.32 16.81 21.23 -
YUV 82.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 220 4 126 0 0.98 0.43 0.14 326.11 0.96 0.44
Hex DC 4 7E 0 62 2B E 146 60 2C
Octal 334 4 176 0 142 53 16 506 140 54
Binary 11011100 100 1111110 0 1100010 101011 1110 101000110 1100000 101100

Color Harmonies of #DC047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC047E

Black with #DC047E

Text Example


Text Example

White with #DC047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC047E; }

 p { color: rgb(220,4,126); }

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

background-color css

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

 a { background-color: rgb(220,4,126); }

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

border-color css

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

 span { border-color: rgb(220,4,126); }

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