Html Css Color HEX #DC1879 Medium Violet Red

📋 copy color: '#DC1879'

red 220 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #DC1879

Tints of Medium Violet Red #DC1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.58%

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

R = 60.27%
G = 6.58%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC1879 (or 0xDC1879) is known color: Medium Violet Red. HEX triplet: DC, 18 and 79. RGB value is (220,24,121). Sum of RGB (Red+Green+Blue) = 220+24+121=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1879 is #23E786. Grayscale: #5D5D5D. Windows color (decimal): -2353031 or 7936220. OLE color: 7936220.

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

Color convert

RGB 220 24 121 -
CMYK 0 0.89 0.45 0.14
HSL 330.31º 0.8% 0.48% -
HSV(B) 330.31º 0.89% 0.86% -
XYZ 33.29 17.25 19.66 -
YUV 93.66 143.43 218.11 -
System Red Green Blue C M Y K H S L
Decimal 220 24 121 0 0.89 0.45 0.14 330.31 0.8 0.48
Hex DC 18 79 0 59 2D E 14A 50 30
Octal 334 30 171 0 131 55 16 512 120 60
Binary 11011100 11000 1111001 0 1011001 101101 1110 101001010 1010000 110000

Color Harmonies of #DC1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1879

Black with #DC1879

Text Example


Text Example

White with #DC1879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1879; }

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

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

background-color css

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

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

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

border-color css

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

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

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