#DC037A

Color #DC037A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DC037A

Tints of Medium Violet Red #DC037A

Color information

#DC037A (or 0xDC037A) is unknown color: approx Medium Violet Red. HEX triplet: DC, 03 and 7A. RGB value is (220,3,122). Sum of RGB (Red+Green+Blue) = 220+3+122=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC037A is #23FC85. Grayscale: #515151. Windows color (decimal): -2358406 or 7996380. OLE color: 7996380.

HSL color Cylindrical-coordinate representation of color #DC037A: hue angle of 327.1º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC037A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB2203122-
CMYK00.990.450.14
HSL327.1º97.31%43.73%-
HSV(B)327.1º98.64%86.27%-
XYZ33.0616.6919.89-
YUV81.45150.89226.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.77%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=63.77%
G=0.87%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220312200.990.450.14327.197.3143.73
HexDC37A0632DE147612c
Octal33431720143551650714154
Binary110111001111110100110001110110111101010001111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC037A; }

 p { color: rgb(220,3,122); }

 H1.HeaderClassName
 {
   color: #DC037A;
 }
 .AnyTagClassName
 {
   color: #DC037A;
 }
</style>
background-color css

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

 a { background-color: rgb(220,3,122); }

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

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

 span { border-color: rgb(220,3,122); }

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