Html Css Color HEX #DC0678 Medium Violet Red

📋 copy color: '#DC0678'

red 220 ◦ green 6 ◦ blue 120

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

Shades of Medium Violet Red #DC0678

Tints of Medium Violet Red #DC0678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 63.58%
G = 1.73%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC0678 (or 0xDC0678) is known color: Medium Violet Red. HEX triplet: DC, 06 and 78. RGB value is (220,6,120). Sum of RGB (Red+Green+Blue) = 220+6+120=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0678 is #23F987. Grayscale: #525252. Windows color (decimal): -2357640 or 7866076. OLE color: 7866076.

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

Color convert

RGB 220 6 120 -
CMYK 0 0.97 0.45 0.14
HSL 328.04º 0.95% 0.44% -
HSV(B) 328.04º 0.97% 0.86% -
XYZ 32.97 16.7 19.26 -
YUV 82.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 220 6 120 0 0.97 0.45 0.14 328.04 0.95 0.44
Hex DC 6 78 0 61 2D E 148 5F 2C
Octal 334 6 170 0 141 55 16 510 137 54
Binary 11011100 110 1111000 0 1100001 101101 1110 101001000 1011111 101100

Color Harmonies of #DC0678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0678

Black with #DC0678

Text Example


Text Example

White with #DC0678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0678; }

 p { color: rgb(220,6,120); }

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

background-color css

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

 a { background-color: rgb(220,6,120); }

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

border-color css

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

 span { border-color: rgb(220,6,120); }

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