Html Css Color HEX #DC0279 Medium Violet Red

📋 copy color: '#DC0279'

red 220 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #DC0279

Tints of Medium Violet Red #DC0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 64.14%
G = 0.58%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC0279 (or 0xDC0279) is known color: Medium Violet Red. HEX triplet: DC, 02 and 79. RGB value is (220,2,121). Sum of RGB (Red+Green+Blue) = 220+2+121=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0279 is #23FD86. Grayscale: #505050. Windows color (decimal): -2358663 or 7930588. OLE color: 7930588.

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

Color convert

RGB 220 2 121 -
CMYK 0 0.99 0.45 0.14
HSL 327.25º 0.98% 0.44% -
HSV(B) 327.25º 0.99% 0.86% -
XYZ 32.99 16.64 19.56 -
YUV 80.75 150.72 227.32 -
System Red Green Blue C M Y K H S L
Decimal 220 2 121 0 0.99 0.45 0.14 327.25 0.98 0.44
Hex DC 2 79 0 63 2D E 147 62 2C
Octal 334 2 171 0 143 55 16 507 142 54
Binary 11011100 10 1111001 0 1100011 101101 1110 101000111 1100010 101100

Color Harmonies of #DC0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0279

Black with #DC0279

Text Example


Text Example

White with #DC0279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0279; }

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

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

background-color css

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

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

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

border-color css

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

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

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