Html Css Color HEX #DC0D79 Medium Violet Red

📋 copy color: '#DC0D79'

red 220 ◦ green 13 ◦ blue 121

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

Shades of Medium Violet Red #DC0D79

Tints of Medium Violet Red #DC0D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.67%

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

R = 62.15%
G = 3.67%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC0D79 (or 0xDC0D79) is known color: Medium Violet Red. HEX triplet: DC, 0D and 79. RGB value is (220,13,121). Sum of RGB (Red+Green+Blue) = 220+13+121=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D79 is #23F286. Grayscale: #565656. Windows color (decimal): -2355847 or 7933404. OLE color: 7933404.

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

Color convert

RGB 220 13 121 -
CMYK 0 0.94 0.45 0.14
HSL 328.7º 0.89% 0.46% -
HSV(B) 328.7º 0.94% 0.86% -
XYZ 33.11 16.88 19.6 -
YUV 87.21 147.08 222.72 -
System Red Green Blue C M Y K H S L
Decimal 220 13 121 0 0.94 0.45 0.14 328.7 0.89 0.46
Hex DC D 79 0 5E 2D E 149 59 2E
Octal 334 15 171 0 136 55 16 511 131 56
Binary 11011100 1101 1111001 0 1011110 101101 1110 101001001 1011001 101110

Color Harmonies of #DC0D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D79

Black with #DC0D79

Text Example


Text Example

White with #DC0D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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