Html Css Color HEX #DC1079 Medium Violet Red

📋 copy color: '#DC1079'

red 220 ◦ green 16 ◦ blue 121

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

Shades of Medium Violet Red #DC1079

Tints of Medium Violet Red #DC1079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.48%

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 61.62%
G = 4.48%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC1079 (or 0xDC1079) is known color: Medium Violet Red. HEX triplet: DC, 10 and 79. RGB value is (220,16,121). Sum of RGB (Red+Green+Blue) = 220+16+121=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1079 is #23EF86. Grayscale: #585858. Windows color (decimal): -2355079 or 7934172. OLE color: 7934172.

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

Color convert

RGB 220 16 121 -
CMYK 0 0.93 0.45 0.14
HSL 329.12º 0.86% 0.46% -
HSV(B) 329.12º 0.93% 0.86% -
XYZ 33.15 16.97 19.62 -
YUV 88.97 146.09 221.46 -
System Red Green Blue C M Y K H S L
Decimal 220 16 121 0 0.93 0.45 0.14 329.12 0.86 0.46
Hex DC 10 79 0 5D 2D E 149 56 2E
Octal 334 20 171 0 135 55 16 511 126 56
Binary 11011100 10000 1111001 0 1011101 101101 1110 101001001 1010110 101110

Color Harmonies of #DC1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1079

Black with #DC1079

Text Example


Text Example

White with #DC1079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1079; }

 p { color: rgb(220,16,121); }

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

background-color css

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

 a { background-color: rgb(220,16,121); }

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

border-color css

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

 span { border-color: rgb(220,16,121); }

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