Html Css Color HEX #DC067C Medium Violet Red

📋 copy color: '#DC067C'

red 220 ◦ green 6 ◦ blue 124

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

Shades of Medium Violet Red #DC067C

Tints of Medium Violet Red #DC067C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 62.86%
G = 1.71%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC067C (or 0xDC067C) is known color: Medium Violet Red. HEX triplet: DC, 06 and 7C. RGB value is (220,6,124). Sum of RGB (Red+Green+Blue) = 220+6+124=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC067C is #23F983. Grayscale: #535353. Windows color (decimal): -2357636 or 8128220. OLE color: 8128220.

HSL color Cylindrical-coordinate representation of color #DC067C: hue angle of 326.92º 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 #DC067C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 124 -
CMYK 0 0.97 0.44 0.14
HSL 326.92º 0.95% 0.44% -
HSV(B) 326.92º 0.97% 0.86% -
XYZ 33.22 16.8 20.56 -
YUV 83.44 150.9 225.41 -
System Red Green Blue C M Y K H S L
Decimal 220 6 124 0 0.97 0.44 0.14 326.92 0.95 0.44
Hex DC 6 7C 0 61 2C E 147 5F 2C
Octal 334 6 174 0 141 54 16 507 137 54
Binary 11011100 110 1111100 0 1100001 101100 1110 101000111 1011111 101100

Color Harmonies of #DC067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC067C

Black with #DC067C

Text Example


Text Example

White with #DC067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC067C; }

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

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

background-color css

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

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

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

border-color css

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

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

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