Html Css Color HEX #DC0079 Medium Violet Red

📋 copy color: '#DC0079'

red 220 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #DC0079

Tints of Medium Violet Red #DC0079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.52%
G = 0%
B = 35.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC0079 (or 0xDC0079) is known color: Medium Violet Red. HEX triplet: DC, 00 and 79. RGB value is (220,0,121). Sum of RGB (Red+Green+Blue) = 220+0+121=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0079 is #23FF86. Grayscale: #4F4F4F. Windows color (decimal): -2359175 or 7930076. OLE color: 7930076.

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

Color convert

RGB 220 0 121 -
CMYK 0 1 0.45 0.14
HSL 327º 1% 0.43% -
HSV(B) 327º 1% 0.86% -
XYZ 32.97 16.6 19.56 -
YUV 79.57 151.39 228.16 -
System Red Green Blue C M Y K H S L
Decimal 220 0 121 0 1 0.45 0.14 327 1 0.43
Hex DC 0 79 0 64 2D E 147 64 2B
Octal 334 0 171 0 144 55 16 507 144 53
Binary 11011100 0 1111001 0 1100100 101101 1110 101000111 1100100 101011

Color Harmonies of #DC0079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0079

Black with #DC0079

Text Example


Text Example

White with #DC0079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0079; }

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

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

background-color css

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

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

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

border-color css

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

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

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