Html Css Color HEX #DC078C Medium Violet Red

📋 copy color: '#DC078C'

red 220 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #DC078C

Tints of Medium Violet Red #DC078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.91%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 59.95%
G = 1.91%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC078C (or 0xDC078C) is known color: Medium Violet Red. HEX triplet: DC, 07 and 8C. RGB value is (220,7,140). Sum of RGB (Red+Green+Blue) = 220+7+140=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC078C is #23F873. Grayscale: #555555. Windows color (decimal): -2357364 or 9177052. OLE color: 9177052.

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

Color convert

RGB 220 7 140 -
CMYK 0 0.97 0.36 0.14
HSL 322.54º 0.94% 0.45% -
HSV(B) 322.54º 0.97% 0.86% -
XYZ 34.32 17.26 26.33 -
YUV 85.85 158.57 223.69 -
System Red Green Blue C M Y K H S L
Decimal 220 7 140 0 0.97 0.36 0.14 322.54 0.94 0.45
Hex DC 7 8C 0 61 24 E 143 5E 2D
Octal 334 7 214 0 141 44 16 503 136 55
Binary 11011100 111 10001100 0 1100001 100100 1110 101000011 1011110 101101

Color Harmonies of #DC078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC078C

Black with #DC078C

Text Example


Text Example

White with #DC078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC078C; }

 p { color: rgb(220,7,140); }

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

background-color css

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

 a { background-color: rgb(220,7,140); }

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

border-color css

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

 span { border-color: rgb(220,7,140); }

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