Html Css Color HEX #DC0879 Medium Violet Red

📋 copy color: '#DC0879'

red 220 ◦ green 8 ◦ blue 121

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

Shades of Medium Violet Red #DC0879

Tints of Medium Violet Red #DC0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 63.04%
G = 2.29%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC0879 (or 0xDC0879) is known color: Medium Violet Red. HEX triplet: DC, 08 and 79. RGB value is (220,8,121). Sum of RGB (Red+Green+Blue) = 220+8+121=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0879 is #23F786. Grayscale: #545454. Windows color (decimal): -2357127 or 7932124. OLE color: 7932124.

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

Color convert

RGB 220 8 121 -
CMYK 0 0.96 0.45 0.14
HSL 328.02º 0.93% 0.45% -
HSV(B) 328.02º 0.96% 0.86% -
XYZ 33.05 16.77 19.58 -
YUV 84.27 148.74 224.81 -
System Red Green Blue C M Y K H S L
Decimal 220 8 121 0 0.96 0.45 0.14 328.02 0.93 0.45
Hex DC 8 79 0 60 2D E 148 5D 2D
Octal 334 10 171 0 140 55 16 510 135 55
Binary 11011100 1000 1111001 0 1100000 101101 1110 101001000 1011101 101101

Color Harmonies of #DC0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0879

Black with #DC0879

Text Example


Text Example

White with #DC0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0879; }

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

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

background-color css

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

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

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

border-color css

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

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

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