Html Css Color HEX #DC047F Medium Violet Red

📋 copy color: '#DC047F'

red 220 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #DC047F

Tints of Medium Violet Red #DC047F

RGB

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

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

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

R = 62.68%
G = 1.14%
B = 36.18%

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

#DC047F (or 0xDC047F) is known color: Medium Violet Red. HEX triplet: DC, 04 and 7F. RGB value is (220,4,127). Sum of RGB (Red+Green+Blue) = 220+4+127=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC047F is #23FB80. Grayscale: #525252. Windows color (decimal): -2358145 or 8324316. OLE color: 8324316.

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

Color convert

RGB 220 4 127 -
CMYK 0 0.98 0.42 0.14
HSL 325.83º 0.96% 0.44% -
HSV(B) 325.83º 0.98% 0.86% -
XYZ 33.39 16.83 21.57 -
YUV 82.61 153.06 226 -
System Red Green Blue C M Y K H S L
Decimal 220 4 127 0 0.98 0.42 0.14 325.83 0.96 0.44
Hex DC 4 7F 0 62 2A E 146 60 2C
Octal 334 4 177 0 142 52 16 506 140 54
Binary 11011100 100 1111111 0 1100010 101010 1110 101000110 1100000 101100

Color Harmonies of #DC047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC047F

Black with #DC047F

Text Example


Text Example

White with #DC047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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